From 14cddd404ca627786895761c172c728ce006e057 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2020 15:54:31 -0300 Subject: [PATCH] chore(deps) Update Rust crate image to 0.23.6 (#709) Co-authored-by: Renovate Bot --- cli/tauri-bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 969202143..e6dd67746 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -22,7 +22,7 @@ clap = "^2" dirs = "2.0.2" glob = "0.3.0" icns = "0.3" -image = "0.23.5" +image = "0.23.6" libflate = "1.0" md5 = "0.7.0" msi = "0.2"