mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade Stylo to 2025-05-01 (#36835)
This continues #35990 Changelog: - Upstream:4558df359b...ca369cbc83
- Servo fixups:2bc1e5183b...7edd19e2f0
Stylo tracking issue: https://github.com/servo/stylo/issues/178 --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
1f6050f931
commit
2fa96cf961
9 changed files with 64 additions and 41 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -118,7 +118,7 @@ rustls-pemfile = "2.0"
|
|||
rustls-pki-types = "1.11"
|
||||
script_layout_interface = { path = "components/shared/script_layout" }
|
||||
script_traits = { path = "components/shared/script" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
serde = "1.0.219"
|
||||
serde_bytes = "0.11"
|
||||
serde_json = "1.0"
|
||||
|
@ -126,7 +126,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-03-15" }
|
||||
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
smallbitvec = "2.6.0"
|
||||
smallvec = "1.15"
|
||||
snapshot = { path = "./components/shared/snapshot" }
|
||||
|
@ -135,12 +135,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-03-15" }
|
||||
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||
stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||
stylo = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-05-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