diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-06 17:32:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 17:32:44 +0000 |
commit | 9faa7be302e97e33d66853843bd79272bab240d0 (patch) | |
tree | 1fa5127dba0196df499bf173fd2f1df13a1bc1bd | |
parent | 6fce3504006179c25dfcd6a4f01a4f9cbe54b14e (diff) | |
download | servo-9faa7be302e97e33d66853843bd79272bab240d0.tar.gz servo-9faa7be302e97e33d66853843bd79272bab240d0.zip |
build(deps): bump phf_generator from 0.11.2 to 0.11.3 (#35336)
Bumps [phf_generator](https://github.com/rust-phf/rust-phf) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md)
- [Commits](https://github.com/rust-phf/rust-phf/compare/phf_generator-v0.11.2...phf_generator-v0.11.3)
---
updated-dependencies:
- dependency-name: phf_generator
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index bb74de3afc9..652ef211e18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5556,9 +5556,9 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared", "rand", |