Allow hyper_serde to only depend on serde_core for potentially faster compile times. (#39467)

Serde_core was released which has all the traits and allows some crates
to have parallel compile times.
More information can be found here:
https://github.com/serde-rs/serde/tree/master/serde_core
serde_bytes already depends on on serde_core. Additionally added serde
and serde_core to dependabot group.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>

Testing: Compilation is the test.

---------

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
Narfinger 2025-09-25 17:54:21 +02:00 committed by GitHub
parent a4c8ffe753
commit e3e2dcb5a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 5 deletions

View file

@ -38,6 +38,10 @@ updates:
objc2-related:
patterns:
- "objc2*"
serde-related:
patterns:
- "serde"
- "serde_core"
servo-media-related:
patterns:
- "servo-media*"