diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index dc54edef6..cbd4461c9 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -890,7 +890,7 @@ dependencies = [ | |||
890 | "ra_syntax 0.1.0", | 890 | "ra_syntax 0.1.0", |
891 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 891 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
892 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 892 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
893 | "salsa 0.10.0-alpha5 (registry+https://github.com/rust-lang/crates.io-index)", | 893 | "salsa 0.10.0-alpha5", |
894 | "test_utils 0.1.0", | 894 | "test_utils 0.1.0", |
895 | ] | 895 | ] |
896 | 896 | ||
@@ -1267,7 +1267,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1267 | [[package]] | 1267 | [[package]] |
1268 | name = "salsa" | 1268 | name = "salsa" |
1269 | version = "0.10.0-alpha5" | 1269 | version = "0.10.0-alpha5" |
1270 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1271 | dependencies = [ | 1270 | dependencies = [ |
1272 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1271 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1273 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1272 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1275,14 +1274,13 @@ dependencies = [ | |||
1275 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1274 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1276 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1275 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1277 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1276 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1278 | "salsa-macros 0.10.0-alpha5 (registry+https://github.com/rust-lang/crates.io-index)", | 1277 | "salsa-macros 0.10.0-alpha5", |
1279 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1278 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1280 | ] | 1279 | ] |
1281 | 1280 | ||
1282 | [[package]] | 1281 | [[package]] |
1283 | name = "salsa-macros" | 1282 | name = "salsa-macros" |
1284 | version = "0.10.0-alpha5" | 1283 | version = "0.10.0-alpha5" |
1285 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1286 | dependencies = [ | 1284 | dependencies = [ |
1287 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1285 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1288 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1286 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1950,8 +1948,6 @@ dependencies = [ | |||
1950 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1948 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1951 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" | 1949 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" |
1952 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" | 1950 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
1953 | "checksum salsa 0.10.0-alpha5 (registry+https://github.com/rust-lang/crates.io-index)" = "8b5e2535d707dc5ced81106d3b71d806cfeef8a6e8a567472fde7ffd56b770dd" | ||
1954 | "checksum salsa-macros 0.10.0-alpha5 (registry+https://github.com/rust-lang/crates.io-index)" = "e7c5da4c649f6d4fc1864fcd9a379b1f7c6d570b278559c84a6e15981c949cc6" | ||
1955 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 1951 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
1956 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1952 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1957 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1953 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |