aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-07-06 10:47:11 +0100
committerJonas Schievink <[email protected]>2020-07-06 10:47:11 +0100
commit0da5ce0b59476707195ad377178ad945f1ca362f (patch)
tree2cb0355f8dbd9287235c416637ff8164bea4c3ab
parent816a39cb54766c1dc8960620142659e716f485dc (diff)
Update salsa
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 845aad825..9945121c6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1490,9 +1490,9 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1490 1490
1491[[package]] 1491[[package]]
1492name = "salsa" 1492name = "salsa"
1493version = "0.14.3" 1493version = "0.14.4"
1494source = "registry+https://github.com/rust-lang/crates.io-index" 1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "4cd4f099cf7f1d6147aeb313d3fb093d2be1bf71a9fac0122d171c7593206af3" 1495checksum = "d4ca1c656054666a642affbbc86ab95ed7541125a89f032483d34ee56c0f5390"
1496dependencies = [ 1496dependencies = [
1497 "crossbeam-utils", 1497 "crossbeam-utils",
1498 "indexmap", 1498 "indexmap",