mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Upgrade Stylo to 2025-07-01 (#37822)
This continues #37444 Changelog: - No-op change because of https://github.com/servo/stylo/pull/186:7e2201c32c..0a5440a8af
- Upstream:0a5440a8af...fe9eadf47b
- Servo fixups:e8dbccb254...31a2c9cfa9
Stylo tracking issue: https://github.com/servo/stylo/issues/211 --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
19b5e14851
commit
26f5eb476a
3 changed files with 29 additions and 32 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -120,7 +120,7 @@ rustls-pemfile = "2.0"
|
|||
rustls-pki-types = "1.12"
|
||||
layout_api = { path = "components/shared/layout" }
|
||||
script_traits = { path = "components/shared/script" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-06-03" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-07-01" }
|
||||
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-06-03" }
|
||||
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-07-01" }
|
||||
smallbitvec = "2.6.0"
|
||||
smallvec = { version = "1.15", features = ["union"] }
|
||||
static_assertions = "1.1"
|
||||
|
@ -136,12 +136,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-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" }
|
||||
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" }
|
||||
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