Integrate hyper_serde into Servo source (#30803)

hyper_serde changes very infrequently and typically only in order to
upgrade Servo dependencies. crates.io lists hyper_serde as having no
dependents, and its integration will not prevent releasing new versions.
Integrating it will both reduce the number of repositories we have to
maintain as well as making it easier to upgrade Servo dependencies.
This commit is contained in:
Martin Robinson 2023-12-14 12:43:10 +01:00 committed by GitHub
parent 5e8f70fc2f
commit 569c4a8823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1134 additions and 4 deletions

View file

@ -209,6 +209,7 @@ class MachCommands(CommandBase):
"servoshell",
"background_hang_monitor",
"gfx",
"hyper_serde",
"layout_2013",
"layout_2020",
"msg",