From fd1adc9961c95b5bd3c25d42b12eef42e0cf754f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 10:09:39 -0300 Subject: [PATCH] chore(deps) Update Rust crate libflate to v1 (#581) --- cli/tauri-bundler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 1f27f226e..dfd0ca8c8 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -19,7 +19,7 @@ error-chain = "0.12" glob = "0.3.0" icns = "0.3" image = "0.23.4" -libflate = "0.1" +libflate = "1.0" md5 = "0.7.0" msi = "0.2"