Skip to content

Commit 03c1bad

Browse files
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](rust-lang/flate2-rs@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae238e8 commit 03c1bad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bollard ={ version = "0.16", default-features = false, features = [] }
2323
byte-unit = {workspace = true }
2424
bytes = { workspace = true, features = ["std"] }
2525
clap = { version = "3.2", default-features = false, features = ["std", "suggestions", "derive"] }
26-
flate2 = { version = "1.0.27", default-features = false, features = ["rust_backend" ] }
26+
flate2 = { version = "1.0.31", default-features = false, features = ["rust_backend" ] }
2727
futures = "0.3.28"
2828
http = "0.2"
2929
http-serde = "1.1"

0 commit comments

Comments
 (0)