Skip to content

Commit f0dfdff

Browse files
deps: Bump zip from 2.4.2 to 8.6.0
Bumps [zip](https://github.com/zip-rs/zip2) from 2.4.2 to 8.6.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.4.2...v8.6.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e9f317 commit f0dfdff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -42,7 +42,7 @@ docx-rs = { version = "0.4.20", optional = true }
4242
[dev-dependencies]
4343
# `.docx` output is a zip container; the tests re-open the produced bytes and
4444
# assert on the OOXML parts inside.
45-
zip = { version = "2", default-features = false, features = ["deflate"] }
45+
zip = { version = "8", default-features = false, features = ["deflate"] }
4646
# The spec types are a JSON wire contract; the tests assert they round-trip and
4747
# that unknown keys are rejected.
4848
serde_json = "1"

0 commit comments

Comments
 (0)