From f280dcfb7c46e7e03a27d489cd2ca95f9ebe015e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 07:40:43 -0300 Subject: [PATCH] chore(deps) Update Rust crate libflate to v2 (#7410) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 3e6e6bcf7..c8fdcde4f 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -19,7 +19,7 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ] [dependencies] tauri-utils = { version = "2.0.0-alpha.6", path = "../../core/tauri-utils", features = [ "resources" ] } image = "0.24.6" -libflate = "1.4" +libflate = "2.0" anyhow = "1.0" thiserror = "1.0" serde_json = "1.0"