mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
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:
parent
a4c8ffe753
commit
e3e2dcb5a2
5 changed files with 12 additions and 5 deletions
|
@ -130,6 +130,7 @@ script_traits = { path = "components/shared/script" }
|
|||
selectors = { git = "https://github.com/servo/stylo", branch = "2025-09-02" }
|
||||
serde = "1.0.226"
|
||||
serde_bytes = "0.11"
|
||||
serde_core = "1.0.226"
|
||||
serde_json = "1.0"
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo-media-dummy = { git = "https://github.com/servo/media" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue