chore(deps) Update Rust crate once_cell to 1.10 (#3651)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-03-09 21:03:39 -03:00
committed by GitHub
parent 49546c5269
commit 66c52f0ac8

View File

@@ -26,7 +26,7 @@ schemars = { version = "0.8", features = [ "url" ], optional = true }
serde_with = "1.12"
aes-gcm = { version = "0.9", optional = true }
ring = { version = "0.16", optional = true, features = [ "std" ] }
once_cell = { version = "1.9", optional = true }
once_cell = { version = "1.10", optional = true }
serialize-to-javascript = "=0.1.1"
ctor = "0.1"
json5 = { version = "0.4", optional = true }