Skip to content

Commit 3c60e12

Browse files
Update zip requirement from 6.0.0 to 8.2.0
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...v8.2.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1885f67 commit 3c60e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ features = ["std"]
3434

3535
[target.'cfg(windows)'.dependencies]
3636
windows-service = "0.8.0"
37-
zip = "6.0.0"
37+
zip = "8.2.0"
3838
sha2 = { version = "0.10.8" }
3939

4040
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)