From b5cecbe212e9a24afadf30d557a1bfe377d12bef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 02:17:37 -0300 Subject: [PATCH] chore(deps) Update Tauri Bundler (#1412) Co-authored-by: Renovate Bot --- cli/tauri-bundler/Cargo.lock | 4 ++-- cli/tauri-bundler/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/tauri-bundler/Cargo.lock b/cli/tauri-bundler/Cargo.lock index 62ec3c335..edd517fcf 100644 --- a/cli/tauri-bundler/Cargo.lock +++ b/cli/tauri-bundler/Cargo.lock @@ -1441,9 +1441,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "winreg" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" +checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c" dependencies = [ "winapi", ] diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index eaf739419..35e2ec61e 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -37,7 +37,7 @@ walkdir = "2" lazy_static = { version = "1.4" } handlebars = { version = "3.5" } zip = { version = "0.5" } -tempfile = "3.1.0" +tempfile = "3.2.0" regex = { version = "1" } [target."cfg(target_os = \"windows\")".dependencies] @@ -45,7 +45,7 @@ attohttpc = { version = "0.16.3" } regex = { version = "1" } uuid = { version = "0.8", features = [ "v5" ] } bitness = "0.4" -winreg = "0.7" +winreg = "0.8" [target."cfg(not(target_os = \"linux\"))".dependencies] sha2 = { version = "0.9" }