Skip to content

Commit 0068120

Browse files
Bump zip from 2.2.3 to 3.0.0
Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.3 to 3.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@v2.2.3...v3.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67f5916 commit 0068120

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

Cargo.lock

Lines changed: 22 additions & 9 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 = "^6.0"
4747
walkdir = "^2"
4848
which = { version = "^7", default-features = false }
4949
whoami = "^1"
50-
zip = { version = "^2", default-features = false, features = [
50+
zip = { version = "^3", default-features = false, features = [
5151
"bzip2",
5252
"deflate",
5353
"time",

0 commit comments

Comments
 (0)