aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--crates/ra_hir_ty/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5c87cf8e5..1c6161504 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1048,7 +1048,7 @@ dependencies = [
1048 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 1048 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1049 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", 1049 "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
1050 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1050 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1051 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 1051 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1052 "ra_arena 0.1.0", 1052 "ra_arena 0.1.0",
1053 "ra_db 0.1.0", 1053 "ra_db 0.1.0",
1054 "ra_hir_def 0.1.0", 1054 "ra_hir_def 0.1.0",
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml
index 70216ab24..027b50865 100644
--- a/crates/ra_hir_ty/Cargo.toml
+++ b/crates/ra_hir_ty/Cargo.toml
@@ -10,7 +10,7 @@ doctest = false
10[dependencies] 10[dependencies]
11log = "0.4.5" 11log = "0.4.5"
12rustc-hash = "1.0" 12rustc-hash = "1.0"
13parking_lot = "0.9.0" 13parking_lot = "0.10.0"
14ena = "0.13" 14ena = "0.13"
15 15
16ra_syntax = { path = "../ra_syntax" } 16ra_syntax = { path = "../ra_syntax" }