Upgrade Stylo to 2025-07-01 (#37822)

This continues #37444

Changelog:
- No-op change because of https://github.com/servo/stylo/pull/186:
7e2201c32c..0a5440a8af
- Upstream:
0a5440a8af...fe9eadf47b
- Servo fixups:
e8dbccb254...31a2c9cfa9

Stylo tracking issue: https://github.com/servo/stylo/issues/211

---------

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-07-02 18:38:58 +02:00 committed by GitHub
parent 19b5e14851
commit 26f5eb476a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 29 additions and 32 deletions

42
Cargo.lock generated
View file

@ -7235,8 +7235,8 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.29.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.30.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"bitflags 2.9.1",
"cssparser",
@ -7542,7 +7542,7 @@ dependencies = [
[[package]]
name = "servo_arc"
version = "0.4.1"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"serde",
"stable_deref_trait",
@ -8003,8 +8003,8 @@ dependencies = [
[[package]]
name = "stylo"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.5.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"app_units",
"arrayvec",
@ -8060,8 +8060,8 @@ dependencies = [
[[package]]
name = "stylo_atoms"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.5.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"string_cache",
"string_cache_codegen",
@ -8069,13 +8069,13 @@ dependencies = [
[[package]]
name = "stylo_config"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.5.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
[[package]]
name = "stylo_derive"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.5.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"darling",
"proc-macro2",
@ -8086,8 +8086,8 @@ dependencies = [
[[package]]
name = "stylo_dom"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.5.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"bitflags 2.9.1",
"stylo_malloc_size_of",
@ -8095,8 +8095,8 @@ dependencies = [
[[package]]
name = "stylo_malloc_size_of"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.5.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"app_units",
"cssparser",
@ -8112,13 +8112,13 @@ dependencies = [
[[package]]
name = "stylo_static_prefs"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.5.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
[[package]]
name = "stylo_traits"
version = "0.4.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
version = "0.5.0"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"app_units",
"bitflags 2.9.1",
@ -8535,7 +8535,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "to_shmem"
version = "0.2.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"cssparser",
"servo_arc",
@ -8548,7 +8548,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.1.0"
source = "git+https://github.com/servo/stylo?branch=2025-06-03#da53c540faa7dd5556c6718d4644a6e957947893"
source = "git+https://github.com/servo/stylo?branch=2025-07-01#31a2c9cfa9a8fe8e980ada1a7502d07397a03873"
dependencies = [
"darling",
"proc-macro2",