diff --git a/http-cache-quickcache/Cargo.toml b/http-cache-quickcache/Cargo.toml index 48f56b7..5ae62c0 100644 --- a/http-cache-quickcache/Cargo.toml +++ b/http-cache-quickcache/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.83.0" [dependencies] async-trait = "0.1.85" -bincode = "1.3.3" +bincode = "3.0.0" http-cache-semantics = "2.1.0" serde = { version = "1.0.217", features = ["derive"] } url = { version = "2.5.4", features = ["serde"] }