Skip to content

Commit

Permalink
Bump zip from 0.6.6 to 1.1.3 (#73)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent d9435ea commit 887f195
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0.200", features = ["derive"] }
toml = "0.8.12"
ureq = { version = "2.9.7", default-features = false, features = ["tls"] }
yansi = "1.0.1"
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
zip = { version = "1.1.3", default-features = false, features = ["deflate"] }

[dev-dependencies]
assert_cmd = "2.0.14"
Expand Down

0 comments on commit 887f195

Please sign in to comment.