Skip to content

Commit

Permalink
Bump zip from 1.1.3 to 2.1.1 (#77)
Browse files Browse the repository at this point in the history
Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.3 to 2.1.1.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v1.1.3...v2.1.1)

---
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 Jun 2, 2024
1 parent 2ac8a31 commit 8081100
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 4 deletions.
53 changes: 50 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0.203", features = ["derive"] }
toml = "0.8.13"
ureq = { version = "2.9.7", default-features = false, features = ["tls"] }
yansi = "1.0.1"
zip = { version = "1.1.3", default-features = false, features = ["deflate"] }
zip = { version = "2.1.1", default-features = false, features = ["deflate"] }

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

0 comments on commit 8081100

Please sign in to comment.