Skip to content

Commit

Permalink
build(deps): bump zip from 2.1.6 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.6 to 2.2.0.
- [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.6...v2.2.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent 55c3e0c commit 2b361f5
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0.208", features = ["derive"] }
rust_decimal = { version = "1.35" }
rust_decimal_macros = "1.35"
xml = "0.8.10"
zip = { version = "2.1.6" }
zip = { version = "2.2.0" }
reqwest = "0.12.7"
base64 = "0.22.1"
thiserror = "1.0.53"
Expand Down

0 comments on commit 2b361f5

Please sign in to comment.