Skip to content

Commit 09c08b4

Browse files
build(deps): bump zip from 6.0.0 to 7.4.0
Bumps [zip](https://github.com/zip-rs/zip2) from 6.0.0 to 7.4.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.4.0) --- updated-dependencies: - dependency-name: zip dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8efb90a commit 09c08b4

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

Cargo.lock

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

crates/stegano-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ image = { version = "0.25", default-features = false, features = [
2828
"jpeg",
2929
] }
3030
bitstream-io = { version = "4.9" }
31-
zip = { version = "6.0", default-features = false, features = ["deflate"] }
31+
zip = { version = "7.4", default-features = false, features = ["deflate"] }
3232
byteorder = "1.5"
3333
hound = "3.5"
3434
thiserror.workspace = true

0 commit comments

Comments
 (0)