diff options
-rw-r--r-- | Cargo.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9a45f4d57..d64c0bce0 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -688,7 +688,7 @@ dependencies = [ | |||
688 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 688 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
689 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 689 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
690 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 690 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
691 | "salsa 0.8.0 (git+https://github.com/matklad/salsa?branch=fix-cancelation-maybe)", | 691 | "salsa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
692 | "test_utils 0.1.0", | 692 | "test_utils 0.1.0", |
693 | ] | 693 | ] |
694 | 694 | ||
@@ -714,7 +714,7 @@ dependencies = [ | |||
714 | "ra_syntax 0.1.0", | 714 | "ra_syntax 0.1.0", |
715 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 715 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | "salsa 0.8.0 (git+https://github.com/matklad/salsa?branch=fix-cancelation-maybe)", | 717 | "salsa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | "test_utils 0.1.0", | 718 | "test_utils 0.1.0", |
719 | ] | 719 | ] |
720 | 720 | ||
@@ -746,7 +746,7 @@ dependencies = [ | |||
746 | "ra_syntax 0.1.0", | 746 | "ra_syntax 0.1.0", |
747 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 747 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 748 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
749 | "salsa 0.8.0 (git+https://github.com/matklad/salsa?branch=fix-cancelation-maybe)", | 749 | "salsa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
750 | "test_utils 0.1.0", | 750 | "test_utils 0.1.0", |
751 | ] | 751 | ] |
752 | 752 | ||
@@ -1049,14 +1049,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1049 | 1049 | ||
1050 | [[package]] | 1050 | [[package]] |
1051 | name = "salsa" | 1051 | name = "salsa" |
1052 | version = "0.8.0" | 1052 | version = "0.9.0" |
1053 | source = "git+https://github.com/matklad/salsa?branch=fix-cancelation-maybe#9f15af718f58c76a1280d457a113106baf7c20c5" | 1053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1054 | dependencies = [ | 1054 | dependencies = [ |
1055 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1055 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1056 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1056 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1057 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1058 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1059 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1060 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1060 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1061 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1061 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | ] | 1062 | ] |
@@ -1621,7 +1621,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1621 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" | 1621 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" |
1622 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" | 1622 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
1623 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" | 1623 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
1624 | "checksum salsa 0.8.0 (git+https://github.com/matklad/salsa?branch=fix-cancelation-maybe)" = "<none>" | 1624 | "checksum salsa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0246018bf824f282cb89c2ba9b9ef81093c563487c29ffafe20e1c129a6850" |
1625 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 1625 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
1626 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1626 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1627 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1627 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |