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"