aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c23fea77b..54a95621a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1490,9 +1490,8 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1490 1490
1491[[package]] 1491[[package]]
1492name = "salsa" 1492name = "salsa"
1493version = "0.14.4" 1493version = "0.14.3"
1494source = "registry+https://github.com/rust-lang/crates.io-index" 1494source = "git+https://github.com/nikomatsakis/salsa?branch=dynamic-databases-rfc#fd036a4f154c46253443b3a79b6f4400c40e87b1"
1495checksum = "d4ca1c656054666a642affbbc86ab95ed7541125a89f032483d34ee56c0f5390"
1496dependencies = [ 1495dependencies = [
1497 "crossbeam-utils", 1496 "crossbeam-utils",
1498 "indexmap", 1497 "indexmap",
@@ -1508,8 +1507,7 @@ dependencies = [
1508[[package]] 1507[[package]]
1509name = "salsa-macros" 1508name = "salsa-macros"
1510version = "0.14.1" 1509version = "0.14.1"
1511source = "registry+https://github.com/rust-lang/crates.io-index" 1510source = "git+https://github.com/nikomatsakis/salsa?branch=dynamic-databases-rfc#fd036a4f154c46253443b3a79b6f4400c40e87b1"
1512checksum = "038a09b6271446f1123f142fe7e5bef6d4687c4cf82e6986be574c2af3745530"
1513dependencies = [ 1511dependencies = [
1514 "heck", 1512 "heck",
1515 "proc-macro2", 1513 "proc-macro2",