Skip to content

Commit 9dda1bd

Browse files
chore(deps): bump zip from 2.2.2 to 2.3.0 (#1246)
Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.2 to 2.3.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.2...v2.3.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddd8c89 commit 9dda1bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ureq = "2.12"
130130
url = "2.5"
131131
vergen = { version = "9.0", features = ["build", "cargo", "rustc", "si"] }
132132
vergen-gitcl = { version = "1.0", features = ["build", "cargo", "rustc", "si"] }
133-
zip = { version = "2.2", default-features = false, features = ["deflate"] }
133+
zip = { version = "2.3", default-features = false, features = ["deflate"] }
134134
anyhow = "1.0"
135135

136136
[dev-dependencies]

0 commit comments

Comments
 (0)