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:
Mike Hommey 2023-06-05 20:28:30 +00:00 committed by Martin Robinson
parent e1b6632313
commit 39bc94a4f7
5 changed files with 10 additions and 10 deletions

View file

@ -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" }