From 4c8ccf6767fc50c2042c6ab47c11222c241c609f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:17:32 +0200 Subject: [PATCH] fix(deps): update rust crate flate2 to 1.0.28 (#1200) * fix(deps): update rust crate flate2 to 1.0.28 * Aktualisieren von Cargo.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars --- plugins/updater/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/updater/Cargo.toml b/plugins/updater/Cargo.toml index c4194318..b29c4f57 100644 --- a/plugins/updater/Cargo.toml +++ b/plugins/updater/Cargo.toml @@ -45,7 +45,7 @@ windows-sys = { version = "0.52.0", features = [ [target."cfg(any(target_os = \"macos\", target_os = \"linux\"))".dependencies] tar = "0.4" -flate2 = "1.0.27" +flate2 = "1" [dev-dependencies] mockito = "0.31"