From 095a9a612c64dc5e220890aa6288f3e4741e70eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:45:28 +0000 Subject: [PATCH] chore(deps): Bump flate2 from 1.0.27 to 1.0.28 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.27 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.27...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 c41e53882f66f..7f10375b9d4bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3442,9 +3442,9 @@ checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" [[package]] name = "flate2" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" +checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide 0.7.1", diff --git a/Cargo.toml b/Cargo.toml index 02bc408564292..b0cf8302363c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -264,7 +264,7 @@ dyn-clone = { version = "1.0.14", default-features = false } encoding_rs = { version = "0.8.33", default-features = false, features = ["serde"] } enum_dispatch = { version = "0.3.12", default-features = false } exitcode = { version = "1.1.2", default-features = false } -flate2 = { version = "1.0.27", default-features = false, features = ["default"] } +flate2 = { version = "1.0.28", default-features = false, features = ["default"] } futures-util = { version = "0.3.28", default-features = false } glob = { version = "0.3.1", default-features = false } governor = { version = "0.6.0", default-features = false, features = ["dashmap", "jitter", "std"], optional = true }