diff options
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index 628e431bd..568d1aeef 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -517,7 +517,7 @@ dependencies = [ | |||
517 | 517 | ||
518 | [[package]] | 518 | [[package]] |
519 | name = "insta" | 519 | name = "insta" |
520 | version = "0.5.2" | 520 | version = "0.5.3" |
521 | source = "registry+https://github.com/rust-lang/crates.io-index" | 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
522 | dependencies = [ | 522 | dependencies = [ |
523 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -934,7 +934,7 @@ dependencies = [ | |||
934 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 934 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 935 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 936 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | "insta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 937 | "insta 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 938 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
939 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 939 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
940 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 940 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -951,7 +951,7 @@ name = "ra_ide_api" | |||
951 | version = "0.1.0" | 951 | version = "0.1.0" |
952 | dependencies = [ | 952 | dependencies = [ |
953 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 953 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
954 | "insta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 954 | "insta 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
955 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 955 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
956 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 956 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
957 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 957 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -974,7 +974,7 @@ dependencies = [ | |||
974 | name = "ra_ide_api_light" | 974 | name = "ra_ide_api_light" |
975 | version = "0.1.0" | 975 | version = "0.1.0" |
976 | dependencies = [ | 976 | dependencies = [ |
977 | "insta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 977 | "insta 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
978 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 978 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
979 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 979 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", | 980 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1096,7 +1096,7 @@ version = "0.1.1" | |||
1096 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1097 | dependencies = [ | 1097 | dependencies = [ |
1098 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1098 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1099 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1099 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1100 | ] | 1100 | ] |
1101 | 1101 | ||
1102 | [[package]] | 1102 | [[package]] |
@@ -1125,7 +1125,7 @@ name = "rand_hc" | |||
1125 | version = "0.1.0" | 1125 | version = "0.1.0" |
1126 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1127 | dependencies = [ | 1127 | dependencies = [ |
1128 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1128 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1129 | ] | 1129 | ] |
1130 | 1130 | ||
1131 | [[package]] | 1131 | [[package]] |
@@ -1163,7 +1163,7 @@ name = "rand_xorshift" | |||
1163 | version = "0.1.1" | 1163 | version = "0.1.1" |
1164 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1165 | dependencies = [ | 1165 | dependencies = [ |
1166 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1166 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1167 | ] | 1167 | ] |
1168 | 1168 | ||
1169 | [[package]] | 1169 | [[package]] |
@@ -1919,7 +1919,7 @@ dependencies = [ | |||
1919 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1919 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1920 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1920 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1921 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1921 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1922 | "checksum insta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6ff57d9cbc4664b54a972c321155c7703794bc0f5c9944f29c36f40d10d626f3" | 1922 | "checksum insta 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3a9b38a9dcf97dd2f32f727a14bcd536d24f522122ea6cb0ab8721cdee48a700" |
1923 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1923 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1924 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1924 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
1925 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1925 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |