mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
17
Cargo.lock
generated
17
Cargo.lock
generated
|
@ -1183,7 +1183,7 @@ dependencies = [
|
|||
"cssparser-macros",
|
||||
"dtoa-short",
|
||||
"itoa",
|
||||
"phf 0.11.2",
|
||||
"phf",
|
||||
"serde",
|
||||
"smallvec",
|
||||
]
|
||||
|
@ -4173,7 +4173,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "82c88c6129bd24319e62a0359cb6b958fa7e8be6e19bb1663bc396b90883aca5"
|
||||
dependencies = [
|
||||
"log",
|
||||
"phf 0.11.2",
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
"string_cache",
|
||||
"string_cache_codegen",
|
||||
|
@ -5006,15 +5006,6 @@ dependencies = [
|
|||
"indexmap",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "phf"
|
||||
version = "0.10.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
||||
dependencies = [
|
||||
"phf_shared 0.10.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "phf"
|
||||
version = "0.11.2"
|
||||
|
@ -5760,7 +5751,7 @@ dependencies = [
|
|||
"num_cpus",
|
||||
"parking_lot",
|
||||
"percent-encoding",
|
||||
"phf 0.10.1",
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
"phf_shared 0.11.2",
|
||||
"pixels",
|
||||
|
@ -5920,7 +5911,7 @@ dependencies = [
|
|||
"fxhash",
|
||||
"log",
|
||||
"new_debug_unreachable",
|
||||
"phf 0.11.2",
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
"precomputed-hash",
|
||||
"servo_arc",
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -60,8 +60,7 @@ packages = [
|
|||
# stuck on 0.8.4 with no new releases.
|
||||
"env_logger",
|
||||
|
||||
# Stylo uses phf 0.11, while script and other dependencies use 0.10.
|
||||
"phf",
|
||||
# Required until a new version of string-cache is released.
|
||||
"phf_generator",
|
||||
"phf_shared",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue