mirror of
https://github.com/servo/servo.git
synced 2025-09-11 23:48:21 +01:00
Upgrade Stylo to 2025-06-03 (#37444)
This continues #36835 Changelog: - Upstream:ca369cbc83...7e2201c32c
- Servo fixups:f387e6396c...2e1f66b068
Stylo tracking issue: https://github.com/servo/stylo/issues/200 --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
e5c328d660
commit
b394727ff6
13 changed files with 63 additions and 54 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -120,7 +120,7 @@ rustls-pemfile = "2.0"
|
|||
rustls-pki-types = "1.12"
|
||||
script_layout_interface = { path = "components/shared/script_layout" }
|
||||
script_traits = { path = "components/shared/script" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-05-01" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
serde = "1.0.219"
|
||||
serde_bytes = "0.11"
|
||||
serde_json = "1.0"
|
||||
|
@ -128,7 +128,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-05-01" }
|
||||
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
smallbitvec = "2.6.0"
|
||||
smallvec = "1.15"
|
||||
snapshot = { path = "./components/shared/snapshot" }
|
||||
|
@ -137,12 +137,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-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" }
|
||||
stylo = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
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