From 61f1ff038aebb2a43862502a2f16e135dd1bcc15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:28:17 +0000 Subject: [PATCH] build(deps): bump string_cache_codegen from 0.5.3 to 0.5.4 (#35560) Bumps [string_cache_codegen](https://github.com/servo/string-cache) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/servo/string-cache/releases) - [Commits](https://github.com/servo/string-cache/commits/codegen-v0.5.4) --- updated-dependencies: - dependency-name: string_cache_codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ad89d18a22..103f4fb80c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7172,9 +7172,9 @@ dependencies = [ [[package]] name = "string_cache_codegen" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244292f3441c89febe5b5bdfbb6863aeaf4f64da810ea3050fd927b27b8d92ce" +checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" dependencies = [ "phf_generator", "phf_shared",