diff --git a/http-cache-quickcache/Cargo.toml b/http-cache-quickcache/Cargo.toml index 48f56b7..4d9f0f8 100644 --- a/http-cache-quickcache/Cargo.toml +++ b/http-cache-quickcache/Cargo.toml @@ -33,7 +33,7 @@ features = ["bincode"] [dev-dependencies] http = "1.2.0" reqwest = { version = "0.12.12", default-features = false } -reqwest-middleware = "0.4.0" +reqwest-middleware = "0.5.0" tokio = { version = "1.43.0", features = [ "macros", "rt", "rt-multi-thread" ] } macro_rules_attribute = "0.2.0" smol-macros = "0.1.1" 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