diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-07 17:54:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 17:54:25 +0000 |
commit | 578e413c6ac259433f06788a7d6632c82019c03e (patch) | |
tree | 83ef8db2c26eca402c528713aee2d598af17ec8f | |
parent | 0b350217fd750eb0e50cd97fd573b24826c37c91 (diff) | |
download | servo-578e413c6ac259433f06788a7d6632c82019c03e.tar.gz servo-578e413c6ac259433f06788a7d6632c82019c03e.zip |
build(deps): bump phf_macros from 0.11.2 to 0.11.3 (#34877)
Bumps [phf_macros](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_macros-v0.11.2...phf_macros-v0.11.3)
---
updated-dependencies:
- dependency-name: phf_macros
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 2ad4aa60f2e..5c11723ad88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5324,9 +5324,9 @@ dependencies = [ [[package]] name = "phf_macros" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" +checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" dependencies = [ "phf_generator 0.11.2", "phf_shared 0.11.2", |