diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 50fe1fa23..9c7afe74b 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1005,6 +1005,7 @@ dependencies = [ | |||
1005 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1005 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1006 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1006 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1007 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1008 | "ra_assists 0.1.0", | 1009 | "ra_assists 0.1.0", |
1009 | "ra_db 0.1.0", | 1010 | "ra_db 0.1.0", |
1010 | "ra_hir 0.1.0", | 1011 | "ra_hir 0.1.0", |
@@ -1014,6 +1015,7 @@ dependencies = [ | |||
1014 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1016 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1017 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1018 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1017 | "test_utils 0.1.0", | 1019 | "test_utils 0.1.0", |
1018 | "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1020 | "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | ] | 1021 | ] |