From 2fdc92c7aa2ae9b18fc5bbcd6c15c7f15ce39140 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 04:19:08 -0400 Subject: [PATCH] chore(deps) Update Rust crate image to 0.23.3 (#560) 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 59f3f8f61..b581f5feb 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.2" +image = "0.23.3" libflate = "0.1" md5 = "0.7.0" msi = "0.2"