From 03c1bad7fa877d8bd05a214afd296f27825be658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:20:04 -0700 Subject: [PATCH] Bump flate2 from 1.0.30 to 1.0.31 (#927) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.30 to 1.0.31. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.30...1.0.31) --- 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 ++-- lading/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f8a76bcb..045bc735a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,9 +777,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" +checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 5de56b257..fff810cf7 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -23,7 +23,7 @@ bollard ={ version = "0.16", default-features = false, features = [] } byte-unit = {workspace = true } bytes = { workspace = true, features = ["std"] } clap = { version = "3.2", default-features = false, features = ["std", "suggestions", "derive"] } -flate2 = { version = "1.0.27", default-features = false, features = ["rust_backend" ] } +flate2 = { version = "1.0.31", default-features = false, features = ["rust_backend" ] } futures = "0.3.28" http = "0.2" http-serde = "1.1"