diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index fd1517431..8726b5593 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -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 }