aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-26 18:23:59 +0000
committerAleksey Kladov <[email protected]>2019-01-26 18:23:59 +0000
commita1fb8efd7a79ea77b88686e31ee82ed1400a0167 (patch)
tree95a7d61c261a156f9faef279cb72af1a7129a435
parentd0ef1bde893bb46f0c7f9cab34706713169adb49 (diff)
:arrow_up: salsa
-rw-r--r--Cargo.lock6
-rw-r--r--crates/ra_db/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b3fa7354d..dc54edef6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1061,7 +1061,7 @@ version = "0.1.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index" 1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062dependencies = [ 1062dependencies = [
1063 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", 1063 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1064 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1064 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1065] 1065]
1066 1066
1067[[package]] 1067[[package]]
@@ -1090,7 +1090,7 @@ name = "rand_hc"
1090version = "0.1.0" 1090version = "0.1.0"
1091source = "registry+https://github.com/rust-lang/crates.io-index" 1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092dependencies = [ 1092dependencies = [
1093 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1093 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1094] 1094]
1095 1095
1096[[package]] 1096[[package]]
@@ -1128,7 +1128,7 @@ name = "rand_xorshift"
1128version = "0.1.1" 1128version = "0.1.1"
1129source = "registry+https://github.com/rust-lang/crates.io-index" 1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130dependencies = [ 1130dependencies = [
1131 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1131 "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1132] 1132]
1133 1133
1134[[package]] 1134[[package]]
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml
index 9aa77f72e..2d39b77ed 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8relative-path = "0.4.0" 8relative-path = "0.4.0"
9salsa = "0.10.0-alpha4" 9salsa = "0.10.0-alpha5"
10rustc-hash = "1.0" 10rustc-hash = "1.0"
11parking_lot = "0.7.0" 11parking_lot = "0.7.0"
12 12