This is an automated email from the ASF dual-hosted git repository.

yihua 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 80ba0db4 build(deps): update serial_test requirement from 3 to 4 (#745)
80ba0db4 is described below

commit 80ba0db4d966062c744894b5394609870d967463
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 5 10:38:47 2026 -0700

    build(deps): update serial_test requirement from 3 to 4 (#745)
    
    Updates the requirements on 
[serial_test](https://github.com/palfrey/serial_test) to permit the latest 
version.
    - [Release notes](https://github.com/palfrey/serial_test/releases)
    - [Commits](https://github.com/palfrey/serial_test/compare/v3.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: serial_test
      dependency-version: 4.0.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Y Ethan Guo <[email protected]>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 580e7793..173af5fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -110,6 +110,6 @@ roaring = { version = "0.11" }
 flate2 = { version = "1" }
 
 # testing
-serial_test = { version = "3" }
+serial_test = { version = "4" }
 tempfile = { version = "3" }
 zip = { version = "8", default-features = false, features = ["deflate"] }

Reply via email to