Skip to content

Commit

Permalink
chore(deps): bump zip from 0.6.6 to 1.1.3
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/zip-rs/zip2) from 0.6.6 to 1.1.3.
- [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/v1.1.3)

---
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 Apr 30, 2024
1 parent 8ef3a68 commit f74859a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 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 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.36.0", features = ["macros"], default-features = false }
url = "2.5.0"
zip = { version = "0.6.6", features = ["deflate"], default-features = false }
zip = { version = "1.1.3", features = ["deflate"], default-features = false }

0 comments on commit f74859a

Please sign in to comment.