diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index 7b44f8cd..f89b4bfa 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -57,7 +57,7 @@ percent-encoding = "2.1" parking_lot = { version = "0.12", features = ["arc_lock"] } socket2 = { version = ">=0.4, <1.0.0", features = ["all"] } flate2 = { version = "1", features = ["zlib-ng"], default-features = false } -sfv = "0" +sfv = "0.10.4" rand = "0.8" ahash = { workspace = true } unicase = "2"