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 ce8f902 build(deps): update zip-extract requirement from 0.1.3 to
0.2.1 (#130)
ce8f902 is described below
commit ce8f902b6dadbfc487c8d22bc2be1798e4632c88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 14 13:23:38 2024 -0500
build(deps): update zip-extract requirement from 0.1.3 to 0.2.1 (#130)
Updates the requirements on
[zip-extract](https://github.com/MCOfficer/zip-extract) to permit the latest
version.
-
[Commits](https://github.com/MCOfficer/zip-extract/compare/v0.1.3...v0.2.1)
---
updated-dependencies:
- dependency-name: zip-extract
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
crates/tests/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/tests/Cargo.toml b/crates/tests/Cargo.toml
index 66f4f37..682d5d8 100644
--- a/crates/tests/Cargo.toml
+++ b/crates/tests/Cargo.toml
@@ -48,4 +48,4 @@ url = { workspace = true }
# testing
tempfile = "3.10.1"
-zip-extract = "0.1.3"
+zip-extract = "0.2.1"