diff options
author | Nathan Prescott <[email protected]> | 2024-07-11 22:11:54 +0000 |
---|---|---|
committer | Andrew Hauck <[email protected]> | 2024-08-09 14:30:49 -0700 |
commit | e0ade326ed8dc6b11fa9f2470f8c4b8f56aea32d (patch) | |
tree | 1baac444611609ae586bd73295c891cad8a01b87 | |
parent | 11b5882a422774cffbd14d9a9ea7dfc9dc98b02c (diff) | |
download | pingora-e0ade326ed8dc6b11fa9f2470f8c4b8f56aea32d.tar.gz pingora-e0ade326ed8dc6b11fa9f2470f8c4b8f56aea32d.zip |
Updated flurry and quick_cache (flurry being the only relavent change)
---
Specified quick_cache version because older version was being loaded on build
Includes-commit: 3f5419e92d64769534e3ab6f497ee938f07616fa
Includes-commit: de83f0a6122aa9be637faf4e7ed0c3f73d20a78c
Replicated-from: https://github.com/cloudflare/pingora/pull/248
-rw-r--r-- | .bleep | 2 | ||||
-rw-r--r-- | tinyufo/Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -a29925df89353fce33cd5a78459fc99c707f19ab
\ No newline at end of file +0f6ff9925981892f544498c8b322cc66f55281c8
\ No newline at end of file diff --git a/tinyufo/Cargo.toml b/tinyufo/Cargo.toml index 47bcae1..110b6d1 100644 --- a/tinyufo/Cargo.toml +++ b/tinyufo/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" [dependencies] ahash = { workspace = true } -flurry = "<0.5.0" # Try not to require Rust 1.71 +flurry = "0.5" parking_lot = "0" crossbeam-queue = "0" crossbeam-skiplist = "0" @@ -28,7 +28,7 @@ lru = "0" zipf = "7" moka = { version = "0", features = ["sync"] } dhat = "0" -quick_cache = "0.4" +quick_cache = "0.6" triomphe = "<=0.1.11" # 0.1.12 requires Rust 1.76 [[bench]] |