From 9ccd1b8fbbd632df6db8c6fb4e337c6986516623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:26:36 +0000 Subject: [PATCH] Bump string_cache_codegen from 0.5.1 to 0.5.2 Bumps [string_cache_codegen](https://github.com/servo/string-cache) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/servo/string-cache/releases) - [Commits](https://github.com/servo/string-cache/compare/string_cache_codegen-v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: string_cache_codegen dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b570c0bd27c..ff6d2b635e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6171,12 +6171,12 @@ dependencies = [ [[package]] name = "string_cache_codegen" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97" +checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" dependencies = [ - "phf_generator 0.8.0", - "phf_shared 0.8.0", + "phf_generator 0.10.0", + "phf_shared 0.10.0", "proc-macro2", "quote", ]