From b3161accaeeb5d30aa394ebbad0d1c8d41ab5466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:49:03 +0000 Subject: [PATCH] chore(deps): update ada-url requirement from 3 to 4 in /http-cache Updates the requirements on [ada-url](https://github.com/ada-url/rust) to permit the latest version. - [Release notes](https://github.com/ada-url/rust/releases) - [Commits](https://github.com/ada-url/rust/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: ada-url dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- http-cache/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-cache/Cargo.toml b/http-cache/Cargo.toml index 62a1ffd..39f9495 100644 --- a/http-cache/Cargo.toml +++ b/http-cache/Cargo.toml @@ -40,7 +40,7 @@ dashmap = { version = "6.1.0", optional = true } smol = { version = "2.0.2", optional = true } tokio = { version = "1.44.0", features = ["fs", "io-util", "sync", "rt"], optional = true } url = { version = "2.5.4", features = ["serde"], optional = true } -ada-url = { version = "3", features = ["serde"], optional = true } +ada-url = { version = "4", features = ["serde"], optional = true } cfg-if = { version = "1.0", optional = true } governor = { version = "0.10.1", optional = true } tempfile = { version = "3.13.0", optional = true }