Skip to content

Commit ffd74b9

Browse files
authored
deps: De-duplicate phf (#40555)
Other than upgrading phf, phf_codegen and phf_shared to 0.13, this also upgrades html5ever, markup5ever and xml5ever to 0.36, string_cache to 0.9, and Stylo to servo/stylo#266. Testing: Not needed, no behavior change Fixes: #40533 Signed-off-by: Oriol Brufau <[email protected]>
1 parent 918d101 commit ffd74b9

File tree

6 files changed

+53
-109
lines changed

6 files changed

+53
-109
lines changed

Cargo.lock

Lines changed: 44 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ gstreamer-video = "0.24"
7878
harfbuzz-sys = "0.6.1"
7979
headers = "0.4"
8080
hitrace = "0.1.5"
81-
html5ever = "0.35"
81+
html5ever = "0.36"
8282
http = "1.3"
8383
http-body-util = "0.1"
8484
hyper = "1.7"
@@ -101,7 +101,7 @@ log = "0.4.27"
101101
mach2 = "0.4"
102102
malloc_size_of = { package = "servo_malloc_size_of", path = "components/malloc_size_of" }
103103
malloc_size_of_derive = "0.1"
104-
markup5ever = "0.35"
104+
markup5ever = "0.36"
105105
memmap2 = "0.9.9"
106106
mime = "0.3.13"
107107
mime_guess = "2.0.5"
@@ -148,7 +148,7 @@ servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-11-01" }
148148
skrifa = "0.37.0"
149149
smallvec = { version = "1.15", features = ["serde", "union"] }
150150
storage_traits = { path = "components/shared/storage" }
151-
string_cache = "0.8"
151+
string_cache = "0.9"
152152
strum = "0.27"
153153
strum_macros = "0.27"
154154
stylo = { git = "https://github.com/servo/stylo", branch = "2025-11-01" }
@@ -195,7 +195,7 @@ wio = "0.2"
195195
wr_malloc_size_of = { git = "https://github.com/servo/webrender", branch = "0.68" }
196196
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
197197
xi-unicode = "0.3.0"
198-
xml5ever = "0.35"
198+
xml5ever = "0.36"
199199
xpath = { path = "components/xpath" }
200200

201201
# Force tikv-jemalloc-sys to build with at least -O1.

0 commit comments

Comments
 (0)