From d33672cffe7ff397288fc972584cdb67db7bc6d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:39:31 -0300 Subject: [PATCH] chore(deps) Update Tauri Bundler (#7152) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tooling/bundler/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index 5fd8a3bce..5b6e6db38 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -28,11 +28,11 @@ strsim = "0.10.0" tar = "0.4.38" walkdir = "2" handlebars = "4.3" -tempfile = "3.5.0" +tempfile = "3.6.0" log = { version = "0.4.18", features = [ "kv_unstable" ] } dirs-next = "2.0" os_pipe = "1" -ureq = { version = "2.5", default-features = false } +ureq = { version = "2.6", default-features = false } native-tls = { version = "0.2", optional = true } hex = "0.4" semver = "1"