From 07b31c8f87e6ca65e1915250b0bb32683d936154 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 11:53:45 +0100 Subject: [PATCH] chore(deps) Update Tauri Bundler (#316) Co-authored-by: WhiteSource Renovate --- cli/tauri-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/tauri-cli/Cargo.toml b/cli/tauri-cli/Cargo.toml index 495c60917..9a2f2ed73 100644 --- a/cli/tauri-cli/Cargo.toml +++ b/cli/tauri-cli/Cargo.toml @@ -18,7 +18,7 @@ dirs = "2.0.2" error-chain = "0.12" glob = "0.3.0" icns = "0.3" -image = "0.22.3" +image = "0.22.4" libflate = "0.1" md5 = "0.7.0" msi = "0.2" @@ -34,7 +34,7 @@ uuid = { version = "0.8", features = ["v5"] } walkdir = "2" [target.'cfg(target_os = "windows")'.dependencies] -attohttpc = { version = "0.8.0" } +attohttpc = { version = "0.10.1" } [target.'cfg(not(target_os = "linux"))'.dependencies] handlebars = { version = "2.0" }