From 6839fde11de39e6eafaee31782825eda1d7f2266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Apr 2022 11:39:51 -0300 Subject: [PATCH] chore(deps) Update Rust crate libflate to 1.2 (#3813) 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 2c5434dc9..39ea07004 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -26,7 +26,7 @@ tauri-utils = { version = "1.0.0-rc.4", path = "../../core/tauri-utils", feature ar = "0.9.0" icns = "0.3" image = "0.24.1" -libflate = "1.1" +libflate = "1.2" md5 = "0.7.0" anyhow = "1.0" thiserror = "1.0"