Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent d89e111 commit 4c81a49
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 @@ -15,7 +15,7 @@ dirs = "5.0"
anyhow = "1"
tracing = "0.1"
tracing-subscriber = "0.3"
zip = { version = "2.0", default-features = false, features = ["deflate"] }
zip = { version = "2.1", default-features = false, features = ["deflate"] }
serde_json = "1.0.119"
sha2 = "0.10.8"

Expand Down

0 comments on commit 4c81a49

Please sign in to comment.