Skip to content

Commit 49ec8dc

Browse files
Bump zip from 6.0.0 to 7.0.0
Bumps [zip](https://github.com/zip-rs/zip2) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aded1a0 commit 49ec8dc

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.

duckscript_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ suppaftp = "^7.0"
4747
walkdir = "^2"
4848
which = { version = "^7", default-features = false }
4949
whoami = "^1"
50-
zip = { version = "^6", default-features = false, features = [
50+
zip = { version = "^7", default-features = false, features = [
5151
"bzip2",
5252
"deflate",
5353
"time",

0 commit comments

Comments
 (0)