Skip to content

Commit

Permalink
build(deps): bump the rust-dependencies group in /apd with 2 updates (#…
Browse files Browse the repository at this point in the history
…485)

Bumps the rust-dependencies group in /apd with 2 updates: [zip](https://github.com/zip-rs/zip2) and [zip-extensions](https://github.com/matzefriedrich/zip-extensions-rs).


Updates `zip` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.1.1...v2.1.2)

Updates `zip-extensions` from 0.6.2 to 0.8.0
- [Release notes](https://github.com/matzefriedrich/zip-extensions-rs/releases)
- [Changelog](https://github.com/matzefriedrich/zip-extensions-rs/blob/master/CHANGELOG.md)
- [Commits](matzefriedrich/zip-extensions-rs@v0.6.2...v0.8.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: zip-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

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 Jun 3, 2024
1 parent 9c61131 commit 7dad7eb
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 66 deletions.
125 changes: 60 additions & 65 deletions apd/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 apd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ csv = "1.3.0"
clap = { version = "4", features = ["derive"] }
const_format = "0.2"
zip = { version = "2.1", features = ["deflate", "deflate64", "bzip2", "time", "zstd"], default-features = false }
zip-extensions = "0.6"
zip-extensions = "0.8"
java-properties = "2.0.0"
log = "0.4"
env_logger = "0.11"
Expand Down

0 comments on commit 7dad7eb

Please sign in to comment.