mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(deps) Update Rust crate once_cell to 1.10 (#3651)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user