From 66b0027a812f79e8239c25daabd919a4ebee990f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 14:50:34 +0000 Subject: [PATCH] chore(deps) Update Tauri Bundler --- tooling/bundler/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index 13abfa040ed..fe5a1f9a7d9 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -18,21 +18,21 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ] [dependencies] tauri-utils = { version = "1.4.0", path = "../../core/tauri-utils", features = [ "resources" ] } -image = "0.24.6" +image = "0.24.7" libflate = "1.4" anyhow = "1.0" thiserror = "1.0" serde_json = "1.0" serde = { version = "1.0", features = [ "derive" ] } strsim = "0.10.0" -tar = "0.4.38" +tar = "0.4.40" walkdir = "2" handlebars = "4.3" -tempfile = "3.6.0" -log = { version = "0.4.19", features = [ "kv_unstable" ] } +tempfile = "3.7.1" +log = { version = "0.4.20", features = [ "kv_unstable" ] } dirs-next = "2.0" os_pipe = "1" -ureq = { version = "2.6", default-features = false } +ureq = { version = "2.7", default-features = false } native-tls = { version = "0.2", optional = true } hex = "0.4" semver = "1"