diff --git a/http-cache/Cargo.toml b/http-cache/Cargo.toml index 80bdbda..43fcaf5 100644 --- a/http-cache/Cargo.toml +++ b/http-cache/Cargo.toml @@ -28,7 +28,7 @@ log = "0.4.22" http = "1.2.0" http-body = "1.0.1" http-body-util = "0.1.2" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" http-types = { version = "2.12.0", default-features = false, optional = true } httpdate = "1.0.3" moka = { version = "0.12.10", features = ["future"], optional = true } @@ -52,7 +52,7 @@ rand = { version = "0.9.2", optional = true } [dev-dependencies] smol = "2.0.2" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" tokio = { version = "1.43.0", features = [ "macros", "rt", "rt-multi-thread" ] } tempfile = "3.13.0" macro_rules_attribute = "0.2.0"