Skip to content

Commit 36a1811

Browse files
chore(deps): update zip requirement from 6.0 to 7.0 (#634)
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@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0d5eb6 commit 36a1811

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
@@ -42,7 +42,7 @@ ureq = { version = "3.0", features = [
4242
"gzip",
4343
], default-features = false }
4444
native-tls = "0.2"
45-
zip = "6.0"
45+
zip = "7.0"
4646

4747
[features]
4848
default = ["enum", "runtime"]

0 commit comments

Comments
 (0)