diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4b89e36d1..0314735da 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -359,7 +359,7 @@ dependencies = [ | |||
359 | 359 | ||
360 | [[package]] | 360 | [[package]] |
361 | name = "flexi_logger" | 361 | name = "flexi_logger" |
362 | version = "0.11.0" | 362 | version = "0.11.1" |
363 | source = "registry+https://github.com/rust-lang/crates.io-index" | 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
364 | dependencies = [ | 364 | dependencies = [ |
365 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 365 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -509,7 +509,7 @@ dependencies = [ | |||
509 | 509 | ||
510 | [[package]] | 510 | [[package]] |
511 | name = "insta" | 511 | name = "insta" |
512 | version = "0.7.0" | 512 | version = "0.7.1" |
513 | source = "registry+https://github.com/rust-lang/crates.io-index" | 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
514 | dependencies = [ | 514 | dependencies = [ |
515 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 515 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -939,7 +939,7 @@ version = "0.1.0" | |||
939 | dependencies = [ | 939 | dependencies = [ |
940 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 940 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
941 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 941 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
942 | "flexi_logger 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 942 | "flexi_logger 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
943 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 943 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
944 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 944 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
945 | "ra_batch 0.1.0", | 945 | "ra_batch 0.1.0", |
@@ -977,8 +977,8 @@ version = "0.1.0" | |||
977 | dependencies = [ | 977 | dependencies = [ |
978 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 978 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
979 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 979 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | "flexi_logger 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 980 | "flexi_logger 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
981 | "insta 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "insta 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
983 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
984 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -997,7 +997,7 @@ name = "ra_ide_api" | |||
997 | version = "0.1.0" | 997 | version = "0.1.0" |
998 | dependencies = [ | 998 | dependencies = [ |
999 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 999 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1000 | "insta 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1000 | "insta 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1001 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1001 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1002 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1003 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1003 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1021,7 +1021,7 @@ dependencies = [ | |||
1021 | name = "ra_ide_api_light" | 1021 | name = "ra_ide_api_light" |
1022 | version = "0.1.0" | 1022 | version = "0.1.0" |
1023 | dependencies = [ | 1023 | dependencies = [ |
1024 | "insta 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1024 | "insta 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1025 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1025 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1026 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1026 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1027 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1027 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1040,7 +1040,7 @@ dependencies = [ | |||
1040 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1042 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | "flexi_logger 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "flexi_logger 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | "gen_lsp_server 0.1.0", | 1044 | "gen_lsp_server 0.1.0", |
1045 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1046 | "lsp-types 0.56.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "lsp-types 0.56.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1461,7 +1461,7 @@ dependencies = [ | |||
1461 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1461 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1462 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1462 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1463 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1463 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", |
1464 | "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1464 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1465 | ] | 1465 | ] |
1466 | 1466 | ||
1467 | [[package]] | 1467 | [[package]] |
@@ -1882,7 +1882,7 @@ dependencies = [ | |||
1882 | 1882 | ||
1883 | [[package]] | 1883 | [[package]] |
1884 | name = "yaml-rust" | 1884 | name = "yaml-rust" |
1885 | version = "0.4.2" | 1885 | version = "0.4.3" |
1886 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1887 | dependencies = [ | 1887 | dependencies = [ |
1888 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1888 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1934,7 +1934,7 @@ dependencies = [ | |||
1934 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | 1934 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
1935 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 1935 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1936 | "checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646" | 1936 | "checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646" |
1937 | "checksum flexi_logger 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4554f652e4673c25dba4deebbc52d5ceefcb19958eec8a34417af320b8a0746" | 1937 | "checksum flexi_logger 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4a7878fc9e06c948c6f9cddf571758e0c44786a509e646a094ef13ade3b1aab7" |
1938 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1938 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1939 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" | 1939 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
1940 | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" | 1940 | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" |
@@ -1952,7 +1952,7 @@ dependencies = [ | |||
1952 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 1952 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
1953 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1953 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1954 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1954 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1955 | "checksum insta 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c6c10b8c7e7607bab7cac8f360c111fa3a7afa331dafa2703754b540f5e08f4" | 1955 | "checksum insta 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be9f00370d23dc7bd32a4d4506b1a14fb922fa39c576c3300fd25ce5b5dab18f" |
1956 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1956 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1957 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1957 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
1958 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1958 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
@@ -2084,4 +2084,4 @@ dependencies = [ | |||
2084 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" | 2084 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
2085 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 2085 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2086 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 2086 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
2087 | "checksum yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e" | 2087 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |