aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a63eac57a..127d7772a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -723,6 +723,7 @@ version = "0.1.0"
723dependencies = [ 723dependencies = [
724 "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)", 724 "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
725 "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 725 "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
726 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
726 "ra_syntax 0.1.0", 727 "ra_syntax 0.1.0",
727 "ra_text_edit 0.1.0", 728 "ra_text_edit 0.1.0",
728 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 729 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -763,7 +764,6 @@ dependencies = [
763 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", 764 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)",
764 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 765 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
765 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 766 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
766 "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
767 "ra_analysis 0.1.0", 767 "ra_analysis 0.1.0",
768 "ra_editor 0.1.0", 768 "ra_editor 0.1.0",
769 "ra_syntax 0.1.0", 769 "ra_syntax 0.1.0",