From 66c52f0ac8a47476e6176aecb08517264d33a78a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 21:03:39 -0300 Subject: [PATCH] chore(deps) Update Rust crate once_cell to 1.10 (#3651) Co-authored-by: Renovate Bot --- core/tauri-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }