aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84d49ad3f..a07791740 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -679,7 +679,7 @@ version = "0.1.0"
679dependencies = [ 679dependencies = [
680 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 680 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
681 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 681 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
682 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 682 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
683 "ra_db 0.1.0", 683 "ra_db 0.1.0",
684 "ra_editor 0.1.0", 684 "ra_editor 0.1.0",
685 "ra_hir 0.1.0", 685 "ra_hir 0.1.0",
@@ -709,7 +709,7 @@ name = "ra_db"
709version = "0.1.0" 709version = "0.1.0"
710dependencies = [ 710dependencies = [
711 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", 711 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
712 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 712 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
713 "ra_editor 0.1.0", 713 "ra_editor 0.1.0",
714 "ra_syntax 0.1.0", 714 "ra_syntax 0.1.0",
715 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 715 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -740,7 +740,7 @@ dependencies = [
740 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", 740 "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
741 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 741 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
742 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 742 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
743 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 743 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
744 "ra_db 0.1.0", 744 "ra_db 0.1.0",
745 "ra_editor 0.1.0", 745 "ra_editor 0.1.0",
746 "ra_syntax 0.1.0", 746 "ra_syntax 0.1.0",
@@ -792,7 +792,7 @@ dependencies = [
792 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", 792 "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
793 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 793 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
794 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 794 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
795 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 795 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
796 "ra_text_edit 0.1.0", 796 "ra_text_edit 0.1.0",
797 "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 797 "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
798 "test_utils 0.1.0", 798 "test_utils 0.1.0",