Skip to content

Commit 0a39aa5

Browse files
dependabot[bot]Xenira
authored andcommitted
chore(deps): update zip requirement from 5.1 to 6.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@v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 113ef33 commit 0a39aa5

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
@@ -38,7 +38,7 @@ ureq = { version = "3.0", features = [
3838
"gzip",
3939
], default-features = false }
4040
native-tls = "0.2"
41-
zip = "5.1"
41+
zip = "6.0"
4242

4343
[features]
4444
default = ["enum"]

0 commit comments

Comments
 (0)