Skip to content

Commit

Permalink
Bump flate2 from 1.0.30 to 1.0.31 (#927)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent ae238e8 commit 03c1bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 03c1bad

Please sign in to comment.