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"