From db4676e2fba9f880077584bbb17bbef66cc124c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:02:25 +0000 Subject: [PATCH] chore(deps): update http-cache-semantics requirement Updates the requirements on [http-cache-semantics](https://github.com/kornelski/rusty-http-cache-semantics) to permit the latest version. - [Commits](https://github.com/kornelski/rusty-http-cache-semantics/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- http-cache-reqwest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-cache-reqwest/Cargo.toml b/http-cache-reqwest/Cargo.toml index 73fcb0a..b9fdc30 100644 --- a/http-cache-reqwest/Cargo.toml +++ b/http-cache-reqwest/Cargo.toml @@ -22,7 +22,7 @@ bytes = "1.8.0" http = "1.2.0" http-body = "1.0.1" http-body-util = "0.1.2" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" reqwest = { version = "0.13.1", default-features = false, features = [ "stream", ] }