mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 01:39:25 +00:00
Bump arc-swap
to 1.6.0
1.6.0 fixes some UB in previous versions of `arc-swap`.
This commit is contained in:
parent
e8fe17e638
commit
407d6bcaa7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ dashmap = "5.3.4"
|
||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
indexmap = "2"
|
indexmap = "2"
|
||||||
hashlink = "0.8.0"
|
hashlink = "0.8.0"
|
||||||
arc-swap = "1.4.0"
|
arc-swap = "1.6.0"
|
||||||
crossbeam-utils = { version = "0.8", default-features = false }
|
crossbeam-utils = { version = "0.8", default-features = false }
|
||||||
log = "0.4.5"
|
log = "0.4.5"
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
|
|
Loading…
Reference in a new issue