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 ada9038  build(deps): update tokio requirement from ~1.45 to ~1.48 
(#470)
ada9038 is described below

commit ada9038964b4826eae8642af9d29a31ed161edec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 1 15:09:03 2026 -0600

    build(deps): update tokio requirement from ~1.45 to ~1.48 (#470)
    
    Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to 
permit the latest version.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - 
[Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.45.0...tokio-1.48.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-version: 1.48.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 c05cd2c..2fb01c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -84,7 +84,7 @@ async-recursion = { version = "~1.1.1" }
 async-trait = { version = "~0.1" }
 dashmap = { version = "~6.1" }
 futures = { version = "~0.3" }
-tokio = { version = "~1.45", features = ["rt-multi-thread"] }
+tokio = { version = "~1.48", features = ["rt-multi-thread"] }
 
 # protobuf
 prost = { version = "~0.13" }

Reply via email to