From 6829e01cb5d54d164fe64818c7ce7ca0a637f597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:04:12 +0000 Subject: [PATCH] chore(deps): bump flate2 from 1.0.26 to 1.0.28 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.26 to 1.0.28. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.28) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0796d24..d18b155 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,9 +364,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index 023842c..3dafa82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ itertools = "0.10" regex = "1.9.3" lazy_static = "1.4.0" bstr = "1.4.0" -flate2 = "1.0.26" +flate2 = "1.0.28" bzip2 = "0.4.4" xz2 = "0.1.7" dirs = "5"