Skip to content

Commit

Permalink
chore(deps): bump zip from 0.6.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 0.6.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](https://github.com/zip-rs/zip2/commits/v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 8d6df9f commit 82500e4
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
57 changes: 54 additions & 3 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 exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ tempfile = "3.10.1"
thiserror = "1.0.59"
tokio = { version = "1.38.0", features = ["macros"], default-features = false }
url = "2.5.2"
zip = { version = "0.6.6", features = ["deflate"], default-features = false }
zip = { version = "2.2.0", features = ["deflate"], default-features = false }

0 comments on commit 82500e4

Please sign in to comment.