update dashmap and hashlink

This commit is contained in:
Bernardo Uriarte 2022-08-20 19:06:09 +02:00
parent cbbd05f5d5
commit 6dc4eb417b
2 changed files with 6 additions and 6 deletions

View file

@ -10,8 +10,8 @@ description = "A generic framework for on-demand, incrementalized computation (e
[dependencies]
arc-swap = "1.4.0"
crossbeam-utils = { version = "0.8", default-features = false }
dashmap = "4.0.2"
hashlink = "0.7.0"
dashmap = "5.3.4"
hashlink = "0.8.0"
indexmap = "1.0.1"
lock_api = "0.4.7"
log = "0.4.5"
@ -36,5 +36,5 @@ members = [
"components/salsa-2022",
"components/salsa-2022-macros",
"calc-example/calc",
"salsa-2022-tests"
]
"salsa-2022-tests",
]

View file

@ -7,10 +7,10 @@ edition = "2021"
[dependencies]
crossbeam = "0.8.1"
dashmap = "4.0.2"
dashmap = "5.3.4"
rustc-hash = "1.1.0"
indexmap = "1.7.0"
hashlink = "0.7.0"
hashlink = "0.8.0"
arc-swap = "1.4.0"
crossbeam-utils = { version = "0.8", default-features = false }
log = "0.4.5"