Skip to content

Commit f901d1c

Browse files
chore(deps): update zip requirement from 3.0 to 4.0 (#435)
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@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 4.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 b1f18ad commit f901d1c

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 = "3.0"
37+
zip = "4.0"
3838

3939
[features]
4040
closure = []

0 commit comments

Comments
 (0)