Updated flurry and quick_cache (flurry being the only relavent change)

This commit is contained in:
Nathan Prescott 2024-05-24 16:24:33 -07:00
parent 38a9d556b5
commit 3f5419e92d

View file

@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies] [dependencies]
ahash = { workspace = true } ahash = { workspace = true }
flurry = "<0.5.0" # Try not to require Rust 1.71 flurry = "0.5"
parking_lot = "0" parking_lot = "0"
crossbeam-queue = "0" crossbeam-queue = "0"
crossbeam-skiplist = "0" crossbeam-skiplist = "0"
@ -28,7 +28,7 @@ lru = "0"
zipf = "7" zipf = "7"
moka = { version = "0", features = ["sync"] } moka = { version = "0", features = ["sync"] }
dhat = "0" dhat = "0"
quick_cache = "0.4" quick_cache = "0"
triomphe = "<=0.1.11" # 0.1.12 requires Rust 1.76 triomphe = "<=0.1.11" # 0.1.12 requires Rust 1.76
[[bench]] [[bench]]