style: Update darling to 0.14.2

Differential Revision: https://phabricator.services.mozilla.com/D165598
This commit is contained in:
Mike Hommey 2022-12-28 20:53:26 +00:00 committed by Martin Robinson
parent 58600c7854
commit cceb538eb0
2 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ content-security-policy = { version = "0.5", features = ["serde"] }
cookie = "0.12"
crossbeam-channel = "0.5"
cssparser = "0.29"
darling = { version = "0.13", default-features = false }
darling = { version = "0.14", default-features = false }
data-url = "0.1.0"
devtools_traits = { path = "components/shared/devtools" }
embedder_traits = { path = "components/shared/embedder" }