stylo-upgrade

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-07-31 20:01:33 +02:00
parent 815ed10b5f
commit 4e9bdfcd6c
2 changed files with 20 additions and 20 deletions

24
Cargo.lock generated
View file

@ -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",

View file

@ -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"