Skip to content

Commit 7644165

Browse files
Update zip requirement from 4.3.0 to 5.1.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@v4.3.0...v5.1.0) --- updated-dependencies: - dependency-name: zip dependency-version: 5.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be34901 commit 7644165

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.7.0"
37-
zip = "4.3.0"
37+
zip = "5.1.0"
3838
sha2 = { version = "0.10.8" }
3939

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

0 commit comments

Comments
 (0)