diff --git a/http-cache-reqwest/Cargo.toml b/http-cache-reqwest/Cargo.toml index 289c284..2e8bd24 100644 --- a/http-cache-reqwest/Cargo.toml +++ b/http-cache-reqwest/Cargo.toml @@ -24,7 +24,7 @@ http-body = "1.0.1" http-body-util = "0.1.2" http-cache-semantics = "2.1.0" reqwest = { version = "0.12.12", default-features = false } -reqwest-middleware = "0.4.0" +reqwest-middleware = "0.5.0" url = { version = "2.5.4", features = ["serde"] } # Optional dependencies for streaming feature