Skip to content

Commit 61f6250

Browse files
dependabot[bot]mistydemeo
authored andcommitted
chore(deps): bump zip from 4.5.0 to 5.1.1
Bumps [zip](https://github.com/zip-rs/zip2) from 4.5.0 to 5.1.1. - [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.5.0...v5.1.1) --- updated-dependencies: - dependency-name: zip dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1de3815 commit 61f6250

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde_json = { version = "1.0.132", optional = true }
4242
serde_yaml_bw = { version = "2.2.0", optional = true }
4343
serde = { version = "1.0.214", optional = true, features = ["derive"] }
4444
tar = { version = "0.4.42", optional = true }
45-
zip = { version = "4.5.0", optional = true, default-features = false, features = ["aes-crypto", "bzip2", "deflate", "time", "zstd"] }
45+
zip = { version = "5.1.1", optional = true, default-features = false, features = ["aes-crypto", "bzip2", "deflate", "time", "zstd"] }
4646
flate2 = { version = "1.0.34", optional = true }
4747
xz2 = { version = "0.1.7", optional = true, features = ["static"] }
4848
zstd = { version = "0.13.0", optional = true }

0 commit comments

Comments
 (0)