aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-04-04 08:03:18 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-04-04 08:03:18 +0100
commitc083515eec3db48bb0226d198e7b1af3bc7eef05 (patch)
tree9693b464a0a35e178843020dca0ef9504c1d9d88 /Cargo.lock
parent84d8665e13007b0ee27e2a42ff74db815923cdce (diff)
parentafd64756ddcca022556c86c9f2c8a37e87354056 (diff)
Merge #1106
1106: :arrow_up: salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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 06117ceaf..603abe058 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -945,7 +945,7 @@ dependencies = [
945 "ra_syntax 0.1.0", 945 "ra_syntax 0.1.0",
946 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 946 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
947 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 947 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
948 "salsa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", 948 "salsa 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
949 "test_utils 0.1.0", 949 "test_utils 0.1.0",
950] 950]
951 951
@@ -1345,7 +1345,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1345 1345
1346[[package]] 1346[[package]]
1347name = "salsa" 1347name = "salsa"
1348version = "0.11.1" 1348version = "0.12.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index" 1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350dependencies = [ 1350dependencies = [
1351 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", 1351 "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1354,13 +1354,13 @@ dependencies = [
1354 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 1354 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1355 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1355 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1356 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1356 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1357 "salsa-macros 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", 1357 "salsa-macros 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1358 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", 1358 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
1359] 1359]
1360 1360
1361[[package]] 1361[[package]]
1362name = "salsa-macros" 1362name = "salsa-macros"
1363version = "0.11.1" 1363version = "0.12.0"
1364source = "registry+https://github.com/rust-lang/crates.io-index" 1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365dependencies = [ 1365dependencies = [
1366 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1366 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1979,8 +1979,8 @@ dependencies = [
1979"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" 1979"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
1980"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 1980"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1981"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" 1981"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
1982"checksum salsa 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "94f14bbb013866db2fbeceb97ed82cf35f42020edd39d35268f0b11f89399c79" 1982"checksum salsa 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "249290390580a2ccdc1aa8256989733978a7c3e11e508abc529055ae4866e3a3"
1983"checksum salsa-macros 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1ad27cbae189e9739a96e469d37c6a6deafec36f1282d4fdf4681eae67c9dd39" 1983"checksum salsa-macros 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9120ba92eda59ebd3a39e8245531df9a3805468bf38fe57fdfc30f14d0fdbea9"
1984"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" 1984"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
1985"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" 1985"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1986"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1986"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"