diff --git a/http-cache-quickcache/Cargo.toml b/http-cache-quickcache/Cargo.toml index 48f56b7..e18f681 100644 --- a/http-cache-quickcache/Cargo.toml +++ b/http-cache-quickcache/Cargo.toml @@ -32,7 +32,7 @@ features = ["bincode"] [dev-dependencies] http = "1.2.0" -reqwest = { version = "0.12.12", default-features = false } +reqwest = { version = "0.13.1", default-features = false } reqwest-middleware = "0.4.0" tokio = { version = "1.43.0", features = [ "macros", "rt", "rt-multi-thread" ] } macro_rules_attribute = "0.2.0" diff --git a/http-cache-reqwest/Cargo.toml b/http-cache-reqwest/Cargo.toml index 289c284..dc86fab 100644 --- a/http-cache-reqwest/Cargo.toml +++ b/http-cache-reqwest/Cargo.toml @@ -23,7 +23,7 @@ http = "1.2.0" 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 = { version = "0.13.1", default-features = false } reqwest-middleware = "0.4.0" url = { version = "2.5.4", features = ["serde"] }