Skip to content

Commit

Permalink
Bump arc-swap to 1.6.0
Browse files Browse the repository at this point in the history
1.6.0 fixes some UB in previous versions of `arc-swap`.
  • Loading branch information
DropDemBits committed Nov 11, 2023
1 parent e8fe17e commit 407d6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/salsa-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 407d6bc

Please sign in to comment.