Update phf_codegen and phf_shared to 0.11 (#31537)

* Update phf_codegen and phf_shared to 0.11

* Updated the Cargo.lock With ./mach build
This commit is contained in:
Munish Mummadi 2024-03-08 01:25:12 -06:00 committed by GitHub
parent 5c4f8cf0df
commit 52c4f57085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -4928,8 +4928,8 @@ dependencies = [
"parking_lot",
"percent-encoding",
"phf 0.10.1",
"phf_codegen 0.10.0",
"phf_shared 0.10.0",
"phf_codegen 0.11.2",
"phf_shared 0.11.2",
"pixels",
"profile_traits",
"range",

View file

@ -22,8 +22,8 @@ refcell_backtrace = ["accountable-refcell"]
xr-profile = ["webxr-api/profile"]
[build-dependencies]
phf_codegen = "0.10"
phf_shared = "0.10"
phf_codegen = "0.11"
phf_shared = "0.11"
serde_json = { workspace = true }
[dependencies]