Skip to content

Commit bf8165e

Browse files
chore(deps): update zip requirement from 0.6 to 2.2
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@v0.6.4...v2.2.3) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 911d2ee commit bf8165e

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 = "2.4", features = [
3434
"gzip",
3535
], default-features = false }
3636
native-tls = "0.2"
37-
zip = "0.6"
37+
zip = "2.2"
3838

3939
[features]
4040
closure = []

0 commit comments

Comments
 (0)