mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
Upgrade Stylo to 2025-08-01 (#38429)
This continues #37822 Changelog: - Upstream:fe9eadf47b...ec21cec41c
- Servo fixups:29052e550f...7f8df16fdd
Stylo tracking issue: https://github.com/servo/stylo/issues/220 --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a7b232ef4c
commit
76e5758ab9
4 changed files with 29 additions and 67 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -124,7 +124,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-07-01" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
|
||||
serde = "1.0.219"
|
||||
serde_bytes = "0.11"
|
||||
serde_json = "1.0"
|
||||
|
@ -132,7 +132,7 @@ 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-07-01" }
|
||||
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-08-01" }
|
||||
smallbitvec = "2.6.0"
|
||||
smallvec = { version = "1.15", features = ["serde", "union"] }
|
||||
static_assertions = "1.1"
|
||||
|
@ -140,12 +140,12 @@ string_cache = "0.8"
|
|||
string_cache_codegen = "0.5"
|
||||
strum = "0.26"
|
||||
strum_macros = "0.26"
|
||||
stylo = { git = "https://github.com/servo/stylo", branch = "2025-07-01" }
|
||||
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-07-01" }
|
||||
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-07-01" }
|
||||
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-07-01" }
|
||||
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-07-01" }
|
||||
stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-07-01" }
|
||||
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" }
|
||||
surfman = { git = "https://github.com/servo/surfman", rev = "f7688b4585f9e0b5d4bf8ee8e4a91e82349610b1", 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