mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
5c4f8cf0df
commit
52c4f57085
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue