From 426b16983df5402a2708a76bf892c868fc5a5672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 09:39:44 -0300 Subject: [PATCH] chore(deps) Update Rust crate image to 0.24.1 (#3535) Co-authored-by: Renovate Bot --- tooling/bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index dc644d418..be1e934d1 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -25,7 +25,7 @@ exclude = [ tauri-utils = { version = "1.0.0-rc.2", path = "../../core/tauri-utils", features = [ "resources" ] } ar = "0.9.0" icns = "0.3" -image = "0.24.0" +image = "0.24.1" libflate = "1.1" md5 = "0.7.0" anyhow = "1.0"