This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 22ad102 build(deps): update zip requirement from 4 to 8 (#545)
22ad102 is described below
commit 22ad102c1f1006efd8420f1360a5c40cb783e778
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 23:10:01 2026 -0500
build(deps): update zip requirement from 4 to 8 (#545)
Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit
the latest version.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v4.0.0...v8.2.0)
---
updated-dependencies:
- dependency-name: zip
dependency-version: 8.2.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 9dc1bb2..234d5e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,4 +96,4 @@ flate2 = { version = "1" }
# testing
serial_test = { version = "3" }
tempfile = { version = "3" }
-zip = { version = "4", default-features = false, features = ["deflate"] }
+zip = { version = "8", default-features = false, features = ["deflate"] }