From 65c6f8cbc0d83630833577f10eb382cbb6164fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:03:51 +0000 Subject: [PATCH] Update string_cache requirement from 0.9.0 to 0.10.0 Updates the requirements on [string_cache](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/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: string_cache dependency-version: 0.10.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..5ac5c43f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ memchr = "2.8.0" new_debug_unreachable = "1.0.2" phf = "0.13" phf_codegen = "0.13" -string_cache = { version = "0.9.0", default-features = false } +string_cache = { version = "0.10.0", default-features = false } string_cache_codegen = "0.6.1" # Dev dependencies