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"