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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-04 16:26:36 +00:00 committed by GitHub
parent adabf0f418
commit 9ccd1b8fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -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",
]