Upgrade Stylo to 2024-01-16 (#32066)

* Upgrade Stylo to 2024-01-16

* Fixup for https://phabricator.services.mozilla.com/D187736

* Fixup for https://phabricator.services.mozilla.com/D196415

* Fixup for https://phabricator.services.mozilla.com/D197147

* Fixup for https://phabricator.services.mozilla.com/D196194

* Fixup for https://phabricator.services.mozilla.com/D196195

* Update test expectations
This commit is contained in:
Oriol Brufau 2024-04-13 19:42:09 +02:00 committed by GitHub
parent 93bb276602
commit a5e97525a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 105 additions and 9370 deletions

View file

@ -64,7 +64,7 @@ keyboard-types = "0.6"
lazy_static = "1.4"
libc = "0.2"
log = "0.4"
malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2023-12-01", features = ["servo"] }
malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2024-01-16", features = ["servo"] }
malloc_size_of_derive = "0.1"
mime = "0.3.13"
mime_guess = "2.0.3"
@ -87,31 +87,31 @@ rustls = { version = "0.21.10", features = ["dangerous_configuration"] }
rustls-pemfile = "1.0.4"
script_layout_interface = { path = "components/shared/script_layout" }
script_traits = { path = "components/shared/script" }
selectors = { git = "https://github.com/servo/stylo", branch = "2023-12-01" }
selectors = { git = "https://github.com/servo/stylo", branch = "2024-01-16" }
serde = "1.0.197"
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 = "2023-12-01" }
servo_atoms = { git = "https://github.com/servo/stylo", branch = "2023-12-01" }
size_of_test = { git = "https://github.com/servo/stylo", branch = "2023-12-01" }
servo_arc = { git = "https://github.com/servo/stylo", branch = "2024-01-16" }
servo_atoms = { git = "https://github.com/servo/stylo", branch = "2024-01-16" }
size_of_test = { git = "https://github.com/servo/stylo", branch = "2024-01-16" }
smallbitvec = "2.5.3"
smallvec = "1.13"
sparkle = "0.1.26"
string_cache = "0.8"
string_cache_codegen = "0.5"
style = { git = "https://github.com/servo/stylo", branch = "2023-12-01", features = ["servo"] }
style_config = { git = "https://github.com/servo/stylo", branch = "2023-12-01" }
style_traits = { git = "https://github.com/servo/stylo", branch = "2023-12-01", features = ["servo"] }
style = { git = "https://github.com/servo/stylo", branch = "2024-01-16", features = ["servo"] }
style_config = { git = "https://github.com/servo/stylo", branch = "2024-01-16" }
style_traits = { git = "https://github.com/servo/stylo", branch = "2024-01-16", features = ["servo"] }
# NOTE: the sm-angle feature only enables ANGLE on Windows, not other platforms!
surfman = { version = "0.9", features = ["chains", "sm-angle", "sm-angle-default"] }
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
synstructure = "0.13"
thin-vec = "0.2.13"
time = "0.1.41"
to_shmem = { git = "https://github.com/servo/stylo", branch = "2023-12-01" }
to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-01-16" }
tokio = "1"
tokio-rustls = "0.24"
tungstenite = "0.20"