Upgrade Stylo to 2025-09-02 (#39150)

This continues #38429

Changelog:
- Upstream:
ec21cec41c...fd700321cc
- Servo fixups:
30f8960428...64d8521f1b

Stylo tracking issue: https://github.com/servo/stylo/issues/236

---------

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-09-04 23:28:24 +02:00 committed by GitHub
parent 40ced5bb61
commit 589a750cac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 68 deletions

View file

@ -128,7 +128,7 @@ rustls = { version = "0.23", default-features = false, features = ["logging", "s
rustls-pemfile = "2.0"
rustls-pki-types = "1.12"
script_traits = { path = "components/shared/script" }
selectors = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
selectors = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
serde = "1.0.219"
serde_bytes = "0.11"
serde_json = "1.0"
@ -136,18 +136,18 @@ servo-media = { git = "https://github.com/servo/media" }
servo-media-dummy = { git = "https://github.com/servo/media" }
servo-media-gstreamer = { git = "https://github.com/servo/media" }
servo-tracing = { path = "components/servo_tracing" }
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
skrifa = "0.35.0"
smallvec = { version = "1.15", features = ["serde", "union"] }
string_cache = "0.8"
strum = "0.26"
strum_macros = "0.26"
stylo = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
stylo = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
surfman = { version = "0.10.0", features = ["chains"] }
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
synstructure = "0.13"