diff options
author | Aleksey Kladov <[email protected]> | 2019-01-26 18:23:59 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-26 18:23:59 +0000 |
commit | a1fb8efd7a79ea77b88686e31ee82ed1400a0167 (patch) | |
tree | 95a7d61c261a156f9faef279cb72af1a7129a435 | |
parent | d0ef1bde893bb46f0c7f9cab34706713169adb49 (diff) |
:arrow_up: salsa
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | crates/ra_db/Cargo.toml | 2 |
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" | |||
1061 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1062 | dependencies = [ | 1062 | dependencies = [ |
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" | |||
1090 | version = "0.1.0" | 1090 | version = "0.1.0" |
1091 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1092 | dependencies = [ | 1092 | dependencies = [ |
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" | |||
1128 | version = "0.1.1" | 1128 | version = "0.1.1" |
1129 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1130 | dependencies = [ | 1130 | dependencies = [ |
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] |
8 | relative-path = "0.4.0" | 8 | relative-path = "0.4.0" |
9 | salsa = "0.10.0-alpha4" | 9 | salsa = "0.10.0-alpha5" |
10 | rustc-hash = "1.0" | 10 | rustc-hash = "1.0" |
11 | parking_lot = "0.7.0" | 11 | parking_lot = "0.7.0" |
12 | 12 | ||