From dbf21c180cc636712b04389ede76b16a55afa31b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:03:41 +0000 Subject: [PATCH] Update string_cache_codegen requirement from 0.6.1 to 0.7.0 Updates the requirements on [string_cache_codegen](https://github.com/servo/string-cache) to permit the latest version. - [Release notes](https://github.com/servo/string-cache/releases) - [Commits](https://github.com/servo/string-cache/compare/string_cache_codegen-v0.6.1...string_cache_codegen-v0.7.0) --- updated-dependencies: - dependency-name: string_cache_codegen dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4714cdbc..7a74bc14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ new_debug_unreachable = "1.0.2" phf = "0.13" phf_codegen = "0.13" string_cache = { version = "0.9.0", default-features = false } -string_cache_codegen = "0.6.1" +string_cache_codegen = "0.7.0" # Dev dependencies criterion = "0.8"