Skip to content

Commit 285088c

Browse files
build(deps): bump zip from 8.4.0 to 8.5.1
Bumps [zip](https://github.com/zip-rs/zip2) from 8.4.0 to 8.5.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@v8.4.0...v8.5.1) --- updated-dependencies: - dependency-name: zip dependency-version: 8.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7452cce commit 285088c

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
@@ -32,7 +32,7 @@ sha2 = "0.10"
3232
tar = "0.4"
3333
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
3434
toml = "1"
35-
zip = { version = "8.3.1", default-features = false, features = ["deflate"] }
35+
zip = { version = "8.5.1", default-features = false, features = ["deflate"] }
3636

3737
[dev-dependencies]
3838
tempfile = "3"

0 commit comments

Comments
 (0)