From 8cd52f2cc9eea423886f58d74351fdba7f3d1201 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2020 08:25:31 -0300 Subject: [PATCH] chore(deps) Update Tauri Bundler (#569) --- cli/tauri-bundler/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index b581f5feb..1f27f226e 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -18,7 +18,7 @@ dirs = "2.0.2" error-chain = "0.12" glob = "0.3.0" icns = "0.3" -image = "0.23.3" +image = "0.23.4" libflate = "0.1" md5 = "0.7.0" msi = "0.2" @@ -36,7 +36,7 @@ lazy_static = { version = "1.4" } handlebars = { version = "3.0" } [target.'cfg(target_os = "windows")'.dependencies] -attohttpc = { version = "0.12.0" } +attohttpc = { version = "0.13.0" } regex = { version = "1" } [target.'cfg(not(target_os = "linux"))'.dependencies]