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 69f08a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/salsa-rs/salsa"
description = "A generic framework for on-demand, incrementalized computation (experimental)"

[dependencies]
arc-swap = "1.4.0"
arc-swap = "1.6.0"
crossbeam-utils = { version = "0.8", default-features = false }
dashmap = "5.3.4"
hashlink = "0.8.0"
Expand Down

0 comments on commit 69f08a2

Please sign in to comment.