Upgrade Stylo to 2025-03-15 (#35990)

Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
Nico Burns 2025-03-18 00:11:51 +13:00 committed by GitHub
parent 28c8c1df0c
commit 16f1ec4750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 27 deletions

View file

@ -43,7 +43,7 @@ compositing_traits = { path = "components/shared/compositing" }
content-security-policy = { version = "0.5", features = ["serde"] }
cookie = { package = "cookie", version = "0.18" }
crossbeam-channel = "0.5"
cssparser = { version = "0.34", features = ["serde"] }
cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "958a3f098acb92ddacdce18a7ef2c4a87ac3326f", features = ["serde"] }
ctr = "0.9.2"
darling = { version = "0.20", default-features = false }
data-url = "0.3"
@ -117,15 +117,15 @@ 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-11" }
selectors = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
serde = "1.0.219"
serde_bytes = "0.11"
serde_json = "1.0"
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_arc = { git = "https://github.com/servo/stylo", branch = "2025-03-11", features = ["servo"] }
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-11" }
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"] }
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
smallbitvec = "2.6.0"
smallvec = "1.14"
static_assertions = "1.1"
@ -133,11 +133,11 @@ string_cache = "0.8"
string_cache_codegen = "0.5"
strum = "0.26"
strum_macros = "0.26"
style = { git = "https://github.com/servo/stylo", branch = "2025-03-11", features = ["servo"] }
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-11" }
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-11" }
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-03-11", features = ["servo"] }
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-03-11", features = ["servo"] }
style = { git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"] }
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"] }
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"] }
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"