From 3a6af99c3975859f16c0aac5c30de77a7932fad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:40:15 -0400 Subject: [PATCH] chore(deps): Bump flate2 from 1.0.26 to 1.0.27 (#18254) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.26 to 1.0.27. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.26...1.0.27) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8c8c73479359..e3709ad2c518e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3378,9 +3378,9 @@ checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" dependencies = [ "crc32fast", "miniz_oxide 0.7.1", diff --git a/Cargo.toml b/Cargo.toml index 6d0c1e8d0b3b6..6126d4474905c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -260,7 +260,7 @@ dyn-clone = { version = "1.0.12", default-features = false } encoding_rs = { version = "0.8.32", 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.26", default-features = false, features = ["default"] } +flate2 = { version = "1.0.27", 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 }