From 231e9a5ee1ef5094093ea526db80caf2ccfcfe03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:11:42 +0100 Subject: [PATCH] chore(deps): update rust crate image to 0.25.5 (dev) (#12105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars --- crates/tauri-bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index cad586ede..adfe328f4 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/crates/tauri-bundler/Cargo.toml @@ -18,7 +18,7 @@ exclude = ["CHANGELOG.md", "/target", "rustfmt.toml"] tauri-utils = { version = "2.1.0", path = "../tauri-utils", features = [ "resources", ] } -image = "0.25.0" +image = "0.25" flate2 = "1" anyhow = "1" thiserror = "2"