mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Upgrade Stylo to 2025-02-03 (#35289)
* Upgrade Stylo to 2025-02-03 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Fixup for https://phabricator.services.mozilla.com/D233218 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Fixup for https://phabricator.services.mozilla.com/D233758 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Fixup for https://phabricator.services.mozilla.com/D231255 Signed-off-by: Oriol Brufau <obrufau@igalia.com> * Update test expectations Signed-off-by: Oriol Brufau <obrufau@igalia.com> --------- Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
e2bb772669
commit
fdbfecf7dd
16 changed files with 44 additions and 197 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -114,25 +114,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-01-02" }
|
||||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-02-03" }
|
||||
serde = "1.0.217"
|
||||
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-01-02", features = ["servo"] }
|
||||
servo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-01-02" }
|
||||
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-02-03", features = ["servo"] }
|
||||
servo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-02-03" }
|
||||
smallbitvec = "2.5.3"
|
||||
smallvec = "1.13"
|
||||
static_assertions = "1.1"
|
||||
string_cache = "0.8"
|
||||
string_cache_codegen = "0.5"
|
||||
style = { git = "https://github.com/servo/stylo", branch = "2025-01-02", features = ["servo"] }
|
||||
style_config = { git = "https://github.com/servo/stylo", branch = "2025-01-02" }
|
||||
style_dom = { git = "https://github.com/servo/stylo", package = "dom", branch = "2025-01-02" }
|
||||
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-01-02", features = ["servo"] }
|
||||
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-01-02", features = ["servo"] }
|
||||
style = { git = "https://github.com/servo/stylo", branch = "2025-02-03", features = ["servo"] }
|
||||
style_config = { git = "https://github.com/servo/stylo", branch = "2025-02-03" }
|
||||
style_dom = { git = "https://github.com/servo/stylo", package = "dom", branch = "2025-02-03" }
|
||||
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-02-03", features = ["servo"] }
|
||||
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-02-03", features = ["servo"] }
|
||||
surfman = { git = "https://github.com/servo/surfman", rev = "300789ddbda45c89e9165c31118bf1c4c07f89f6", features = ["chains"] }
|
||||
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.13"
|
||||
|
@ -141,7 +141,7 @@ thin-vec = "0.2.13"
|
|||
tikv-jemalloc-sys = "0.6.0"
|
||||
tikv-jemallocator = "0.6.0"
|
||||
time_03 = { package = "time", version = "0.3", features = ["large-dates", "local-offset", "serde"] }
|
||||
to_shmem = { git = "https://github.com/servo/stylo", branch = "2025-01-02" }
|
||||
to_shmem = { git = "https://github.com/servo/stylo", branch = "2025-02-03" }
|
||||
tokio = "1"
|
||||
tokio-rustls = { version = "0.26", default-features = false, features = ["logging"] }
|
||||
tower-service = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue