From 60ff8f4becae3da49f85115506b9e92ebc765e60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 13:47:30 -0300 Subject: [PATCH] chore(deps) Update Rust crate image to 0.24.2 (#3978) 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 fba66601d..d3d843bf8 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -25,7 +25,7 @@ exclude = [ tauri-utils = { version = "1.0.0-rc.5", path = "../../core/tauri-utils", features = [ "resources" ] } ar = "0.9.0" icns = "0.3" -image = "0.24.1" +image = "0.24.2" libflate = "1.2" md5 = "0.7.0" anyhow = "1.0"