Skip to content

Commit ec5796f

Browse files
dependabot[bot]Xenira
authored andcommitted
chore(deps): update zip requirement from 4.0 to 5.1
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.0.0...v5.1.1) --- updated-dependencies: - dependency-name: zip dependency-version: 5.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f1b5ac commit ec5796f

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 = "4.0"
41+
zip = "5.1"
4242

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

0 commit comments

Comments
 (0)