Skip to content

Commit b1f18ad

Browse files
chore(deps): update zip requirement from 2.2 to 3.0 (#432)
Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version. - [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.2.0...v3.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f43b74 commit b1f18ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ureq = { version = "3.0", features = [
3434
"gzip",
3535
], default-features = false }
3636
native-tls = "0.2"
37-
zip = "2.2"
37+
zip = "3.0"
3838

3939
[features]
4040
closure = []

0 commit comments

Comments
 (0)