diff --git a/http-cache-surf/Cargo.toml b/http-cache-surf/Cargo.toml index ac6492f..2b850c1 100644 --- a/http-cache-surf/Cargo.toml +++ b/http-cache-surf/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.88.0" [dependencies] async-trait = "0.1.85" http = "1.2.0" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" http-types = "2.12.0" surf = { version = "2.3.2", default-features = false }