From 3cdff41d666af3acee1188b7dd3103a89e10e1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:59:04 +0000 Subject: [PATCH] chore(deps): update http-cache-semantics requirement in /http-cache 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/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http-cache/Cargo.toml b/http-cache/Cargo.toml index 80bdbda..43fcaf5 100644 --- a/http-cache/Cargo.toml +++ b/http-cache/Cargo.toml @@ -28,7 +28,7 @@ log = "0.4.22" 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" http-types = { version = "2.12.0", default-features = false, optional = true } httpdate = "1.0.3" moka = { version = "0.12.10", features = ["future"], optional = true } @@ -52,7 +52,7 @@ rand = { version = "0.9.2", optional = true } [dev-dependencies] smol = "2.0.2" -http-cache-semantics = "2.1.0" +http-cache-semantics = "3.0.0" tokio = { version = "1.43.0", features = [ "macros", "rt", "rt-multi-thread" ] } tempfile = "3.13.0" macro_rules_attribute = "0.2.0"