From 4e9bdfcd6c01e18544f82ec864f5db044818df79 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Thu, 31 Jul 2025 20:01:33 +0200 Subject: [PATCH] stylo-upgrade Signed-off-by: Oriol Brufau --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 16 ++++++++-------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04a86fee626..d3459990daa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7311,7 +7311,7 @@ dependencies = [ [[package]] name = "selectors" version = "0.30.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "bitflags 2.9.1", "cssparser", @@ -7617,7 +7617,7 @@ dependencies = [ [[package]] name = "servo_arc" version = "0.4.1" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "serde", "stable_deref_trait", @@ -8089,7 +8089,7 @@ dependencies = [ [[package]] name = "stylo" version = "0.5.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "app_units", "arrayvec", @@ -8146,7 +8146,7 @@ dependencies = [ [[package]] name = "stylo_atoms" version = "0.5.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "string_cache", "string_cache_codegen", @@ -8155,12 +8155,12 @@ dependencies = [ [[package]] name = "stylo_config" version = "0.5.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" [[package]] name = "stylo_derive" version = "0.5.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "darling", "proc-macro2", @@ -8172,7 +8172,7 @@ dependencies = [ [[package]] name = "stylo_dom" version = "0.5.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "bitflags 2.9.1", "stylo_malloc_size_of", @@ -8181,7 +8181,7 @@ dependencies = [ [[package]] name = "stylo_malloc_size_of" version = "0.5.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "app_units", "cssparser", @@ -8198,12 +8198,12 @@ dependencies = [ [[package]] name = "stylo_static_prefs" version = "0.5.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" [[package]] name = "stylo_traits" version = "0.5.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "app_units", "bitflags 2.9.1", @@ -8618,7 +8618,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "to_shmem" version = "0.2.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "cssparser", "servo_arc", @@ -8631,7 +8631,7 @@ dependencies = [ [[package]] name = "to_shmem_derive" version = "0.1.0" -source = "git+https://github.com/servo/stylo?branch=2025-07-01#22df130e1485834f336b8543e5f12b9e717ca620" +source = "git+https://github.com/servo/stylo?branch=upgrade#5a5fe9119eaf3e90dd4bb50dcc161eb558e4256a" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index a800a401472..86da07d4279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,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-07-01" } +selectors = { git = "https://github.com/servo/stylo", branch = "upgrade" } serde = "1.0.219" serde_bytes = "0.11" serde_json = "1.0" @@ -132,7 +132,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-07-01" } +servo_arc = { git = "https://github.com/servo/stylo", branch = "upgrade" } smallbitvec = "2.6.0" smallvec = { version = "1.15", features = ["union", "serde"] } static_assertions = "1.1" @@ -140,12 +140,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-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" } +stylo = { git = "https://github.com/servo/stylo", branch = "upgrade" } +stylo_atoms = { git = "https://github.com/servo/stylo", branch = "upgrade" } +stylo_config = { git = "https://github.com/servo/stylo", branch = "upgrade" } +stylo_dom = { git = "https://github.com/servo/stylo", branch = "upgrade" } +stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "upgrade" } +stylo_traits = { git = "https://github.com/servo/stylo", branch = "upgrade" } 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"