Upgrade stylo to 2024-05-15 (#32334)

* Upgrade stylo to 2024-05-15

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

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

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

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

* hashbrown and indexmap are no longer duplicated
This commit is contained in:
Oriol Brufau
2024-05-27 17:24:34 +02:00
committed by GitHub
parent 43a3c9c319
commit 453ac11e3d
8 changed files with 47 additions and 75 deletions

View File

@@ -52,12 +52,6 @@ packages = [
"foreign-types-shared",
"metal",
# Duplicated by indexmap.
"hashbrown",
# Duplicated by style, cbindgen, clap, and GStreamer.
"indexmap",
# quickcheck (required by layout_2020 for tests) is
# stuck on 0.8.4 with no new releases.
"env_logger",