diff options
-rw-r--r-- | Cargo.lock | 11 | ||||
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9c7afe74b..327d32d0e 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -402,7 +402,6 @@ version = "0.3.3" | |||
402 | source = "registry+https://github.com/rust-lang/crates.io-index" | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
403 | dependencies = [ | 403 | dependencies = [ |
404 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 404 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
405 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
406 | ] | 405 | ] |
407 | 406 | ||
408 | [[package]] | 407 | [[package]] |
@@ -662,15 +661,6 @@ version = "2.2.0" | |||
662 | source = "registry+https://github.com/rust-lang/crates.io-index" | 661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
663 | 662 | ||
664 | [[package]] | 663 | [[package]] |
665 | name = "memmap" | ||
666 | version = "0.6.2" | ||
667 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
668 | dependencies = [ | ||
669 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | ||
670 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
671 | ] | ||
672 | |||
673 | [[package]] | ||
674 | name = "memoffset" | 664 | name = "memoffset" |
675 | version = "0.2.1" | 665 | version = "0.2.1" |
676 | source = "registry+https://github.com/rust-lang/crates.io-index" | 666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1975,7 +1965,6 @@ dependencies = [ | |||
1975 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1965 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1976 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1966 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1977 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" | 1967 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
1978 | "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff" | ||
1979 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | 1968 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
1980 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" | 1969 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" |
1981 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | 1970 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index ac8c8057b..e80559742 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -10,7 +10,7 @@ join_to_string = "0.1.3" | |||
10 | log = "0.4.5" | 10 | log = "0.4.5" |
11 | relative-path = "0.4.0" | 11 | relative-path = "0.4.0" |
12 | rayon = "1.0.2" | 12 | rayon = "1.0.2" |
13 | fst = "0.3.1" | 13 | fst = { version = "0.3.1", default-features = false } |
14 | rustc-hash = "1.0" | 14 | rustc-hash = "1.0" |
15 | parking_lot = "0.7.0" | 15 | parking_lot = "0.7.0" |
16 | unicase = "2.2.0" | 16 | unicase = "2.2.0" |