mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Upgrade Stylo to 2025-10-01 (#39612)
This continues #39150 Changelog: - Upstream:fd700321cc...b98470a5cb
- Servo fixups:1040a20611...4ba7bdb404
Stylo tracking issue: https://github.com/servo/stylo/issues/247 --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
8d3db5c8f2
commit
df9902e4d0
6 changed files with 35 additions and 40 deletions
17
Cargo.toml
17
Cargo.toml
|
@ -63,7 +63,6 @@ env_logger = "0.11"
|
|||
euclid = "0.22"
|
||||
fonts_traits = { path = "components/shared/fonts" }
|
||||
freetype-sys = "0.20"
|
||||
fxhash = "0.2"
|
||||
gleam = "0.15"
|
||||
glow = "0.16.0"
|
||||
gstreamer = { version = "0.23", features = ["v1_18"] }
|
||||
|
@ -129,7 +128,7 @@ rustls = { version = "0.23", default-features = false, features = ["logging", "s
|
|||
rustls-pemfile = "2.0"
|
||||
rustls-pki-types = "1.12"
|
||||
script_traits = { path = "components/shared/script" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-10-01" }
|
||||
serde = "1.0.228"
|
||||
serde_bytes = "0.11"
|
||||
serde_core = "1.0.226"
|
||||
|
@ -138,19 +137,19 @@ 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-09-02" }
|
||||
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-10-01" }
|
||||
skrifa = "0.35.0"
|
||||
smallvec = { version = "1.15", features = ["serde", "union"] }
|
||||
storage_traits = { path = "components/shared/storage" }
|
||||
string_cache = "0.8"
|
||||
strum = "0.26"
|
||||
strum_macros = "0.26"
|
||||
stylo = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
|
||||
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
|
||||
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
|
||||
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
|
||||
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
|
||||
stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
|
||||
stylo = { git = "https://github.com/servo/stylo", branch = "2025-10-01" }
|
||||
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-10-01" }
|
||||
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-10-01" }
|
||||
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-10-01" }
|
||||
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-10-01" }
|
||||
stylo_traits = { git = "https://github.com/servo/stylo", branch = "2025-10-01" }
|
||||
surfman = { version = "0.10.0", 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