From 6939b5e27cff02c3a20697f33fe1a070a39aca45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:57:51 +0200 Subject: [PATCH] fix(deps): update rust crate flate2 to 1.0.28 (#75) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/updater/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/updater/Cargo.toml b/crates/updater/Cargo.toml index 4abc4bb4..25c6b74f 100644 --- a/crates/updater/Cargo.toml +++ b/crates/updater/Cargo.toml @@ -30,7 +30,7 @@ tempfile = "3.8" [target."cfg(target_os = \"macos\")".dependencies] tar = { workspace = true } -flate2 = "1.0.27" +flate2 = "1.0.28" [dev-dependencies] tiny_http = "0.12"