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 c880781  build(deps): update zip-extract requirement from 0.2 to 0.3 
(#332)
c880781 is described below

commit c880781a3ee75880d25330baedee9a5fc1ac2b4a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 1 21:25:29 2025 -0500

    build(deps): update zip-extract requirement from 0.2 to 0.3 (#332)
    
    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.2.0...v0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: zip-extract
      dependency-version: 0.3.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 crates/test/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/test/Cargo.toml b/crates/test/Cargo.toml
index 4b04078..1562097 100644
--- a/crates/test/Cargo.toml
+++ b/crates/test/Cargo.toml
@@ -39,4 +39,4 @@ url = { workspace = true }
 
 # testing
 tempfile = "3"
-zip-extract = "0.2"
+zip-extract = "0.3"

Reply via email to