From a3c97549503ff85d019b2b3c1b8afdfb48ca22b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:03:43 -0300 Subject: [PATCH] chore(deps) Update Tauri Bundler (#6640) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tooling/bundler/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index e1ce0830c..4aea5e79e 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -18,8 +18,8 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ] [dependencies] tauri-utils = { version = "1.2.1", path = "../../core/tauri-utils", features = [ "resources" ] } -image = "0.24.5" -libflate = "1.2" +image = "0.24.6" +libflate = "1.3" anyhow = "1.0" thiserror = "1.0" serde_json = "1.0" @@ -28,7 +28,7 @@ strsim = "0.10.0" tar = "0.4.38" walkdir = "2" handlebars = "4.3" -tempfile = "3.3.0" +tempfile = "3.5.0" log = { version = "0.4.17", features = [ "kv_unstable" ] } dirs-next = "2.0" encoding_rs = "0.8" @@ -46,7 +46,7 @@ zip = "0.6" [target."cfg(target_os = \"windows\")".dependencies] uuid = { version = "1", features = [ "v4", "v5" ] } bitness = "0.4" -winreg = "0.10" # Can only be compiled for Windows hosts +winreg = "0.50" # Can only be compiled for Windows hosts glob = "0.3"