Bump arc-swap to 1.6.0

1.6.0 fixes some UB in previous versions of `arc-swap`.
This commit is contained in:
DropDemBits 2023-11-10 22:03:43 -05:00
parent e8fe17e638
commit 407d6bcaa7
No known key found for this signature in database
GPG key ID: D550F8DFBB392533

View file

@ -11,7 +11,7 @@ dashmap = "5.3.4"
rustc-hash = "1.1.0"
indexmap = "2"
hashlink = "0.8.0"
arc-swap = "1.4.0"
arc-swap = "1.6.0"
crossbeam-utils = { version = "0.8", default-features = false }
log = "0.4.5"
parking_lot = "0.12.1"