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"] } diff --git a/http-cache/Cargo.toml b/http-cache/Cargo.toml index e6943f6..d059d6f 100644 --- a/http-cache/Cargo.toml +++ b/http-cache/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.83.0" [dependencies] async-trait = "0.1.85" -bincode = { version = "1.3.3", optional = true } +bincode = { version = "3.0.0", optional = true } bytes = "1.8.0" cacache = { version = "13.1.0", default-features = false, features = ["mmap"], optional = true } futures = "0.3.31"