Upgrade Stylo to 2025-03-01 (#35925)

Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
Nico Burns 2025-03-12 19:30:49 +13:00 committed by GitHub
parent 8034216d06
commit d57dbb4d47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 24 deletions

View file

@ -117,25 +117,25 @@ 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-01" }
selectors = { git = "https://github.com/servo/stylo", branch = "2025-03-12" }
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-01", features = ["servo"] }
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-01" }
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-03-12", features = ["servo"] }
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-12" }
smallbitvec = "2.6.0"
smallvec = "1.14"
static_assertions = "1.1"
string_cache = "0.8"
string_cache_codegen = "0.5"
style = { git = "https://github.com/servo/stylo", branch = "2025-03-01", features = ["servo"] }
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-01" }
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-01" }
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-03-01", features = ["servo"] }
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-03-01", features = ["servo"] }
style = { git = "https://github.com/servo/stylo", branch = "2025-03-12", features = ["servo"] }
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-12" }
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-12" }
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-03-12", features = ["servo"] }
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-03-12", 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"