mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
chore: update script to use phf 0.11 (#33434)
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
7df30f3788
commit
10c64820e8
3 changed files with 6 additions and 16 deletions
|
@ -78,7 +78,7 @@ num_cpus = { workspace = true }
|
|||
num-traits = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
percent-encoding = { workspace = true }
|
||||
phf = "0.10"
|
||||
phf = "0.11"
|
||||
pixels = { path = "../pixels" }
|
||||
profile_traits = { workspace = true }
|
||||
range = { path = "../range" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue