mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
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:
parent
40ced5bb61
commit
589a750cac
5 changed files with 35 additions and 68 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue