From 1cc2a73f92f5cd89f9161739d5dadce8d31b6293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Mar 2021 21:38:25 -0300 Subject: [PATCH] chore(deps) Update Rust crate once_cell to 1.7.2 (#1314) Co-authored-by: Renovate Bot --- tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 19083d9f7..d34cc5d47 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -28,7 +28,7 @@ futures = "0.3" async-trait = "0.1" uuid = { version = "0.8.2", features = [ "v4" ] } thiserror = "1.0.24" -once_cell = "1.7.0" +once_cell = "1.7.2" tauri-api = { version = "0.7.5", path = "../tauri-api" } tauri-macros = { version = "0.1", path = "../tauri-macros" } wry = { git = "https://github.com/tauri-apps/wry", rev = "729fdc182eaf4af44d822dfc9396deb3f5f5810a" }