mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
style: Update serde_with to 3.0.0
We upgrade enumset alongside so that we keep only one copy of darling. Differential Revision: https://phabricator.services.mozilla.com/D179651
This commit is contained in:
parent
e1b6632313
commit
39bc94a4f7
5 changed files with 10 additions and 10 deletions
|
@ -28,7 +28,7 @@ content-security-policy = { version = "0.5", features = ["serde"] }
|
|||
cookie = "0.12"
|
||||
crossbeam-channel = "0.5"
|
||||
cssparser = { version = "0.31", git = "https://github.com/servo/rust-cssparser", rev = "6ce91afdf292c4290118843e7421e146f0a4c48b" }
|
||||
darling = { version = "0.14", default-features = false }
|
||||
darling = { version = "0.20", default-features = false }
|
||||
data-url = "0.1.0"
|
||||
devtools_traits = { path = "components/shared/devtools" }
|
||||
embedder_traits = { path = "components/shared/embedder" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue