aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-04-04 08:02:53 +0100
committerAleksey Kladov <[email protected]>2019-04-04 08:02:53 +0100
commitafd64756ddcca022556c86c9f2c8a37e87354056 (patch)
tree58815f57e6912063e8a1a68efa399f4644e0d46c /Cargo.lock
parent5cdf525caa51311515854c4dd398d3fb907d1368 (diff)
:arrow_up: salsa
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ddd508b0a..91f9aefb3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -944,7 +944,7 @@ dependencies = [
944 "ra_syntax 0.1.0", 944 "ra_syntax 0.1.0",
945 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 945 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
946 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 946 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
947 "salsa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", 947 "salsa 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
948 "test_utils 0.1.0", 948 "test_utils 0.1.0",
949] 949]
950 950
@@ -1335,7 +1335,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1335 1335
1336[[package]] 1336[[package]]
1337name = "salsa" 1337name = "salsa"
1338version = "0.11.1" 1338version = "0.12.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index" 1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340dependencies = [ 1340dependencies = [
1341 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 1341 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1344,13 +1344,13 @@ dependencies = [
1344 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1344 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1345 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1345 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1346 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1346 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1347 "salsa-macros 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", 1347 "salsa-macros 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1348 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", 1348 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
1349] 1349]
1350 1350
1351[[package]] 1351[[package]]
1352name = "salsa-macros" 1352name = "salsa-macros"
1353version = "0.11.1" 1353version = "0.12.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index" 1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355dependencies = [ 1355dependencies = [
1356 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1356 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1969,8 +1969,8 @@ dependencies = [
1969"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" 1969"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
1970"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 1970"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1971"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" 1971"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
1972"checksum salsa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "94f14bbb013866db2fbeceb97ed82cf35f42020edd39d35268f0b11f89399c79" 1972"checksum salsa 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "249290390580a2ccdc1aa8256989733978a7c3e11e508abc529055ae4866e3a3"
1973"checksum salsa-macros 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1ad27cbae189e9739a96e469d37c6a6deafec36f1282d4fdf4681eae67c9dd39" 1973"checksum salsa-macros 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9120ba92eda59ebd3a39e8245531df9a3805468bf38fe57fdfc30f14d0fdbea9"
1974"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" 1974"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
1975"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" 1975"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1976"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1976"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"