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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a06be0f1 chore(rust): bump tokio from 1.51.0 to 1.52.0 (#4222)
3a06be0f1 is described below

commit 3a06be0f1cf8254078eae3d12b416e02c9643246
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 16 09:08:28 2026 +0900

    chore(rust): bump tokio from 1.51.0 to 1.52.0 (#4222)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 rust/Cargo.lock                   | 4 ++--
 rust/driver/datafusion/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index c2f2c8079..84988f775 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2560,9 +2560,9 @@ dependencies = [
 
 [[package]]
 name = "tokio"
-version = "1.51.0"
+version = "1.52.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
+checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776"
 dependencies = [
  "bytes",
  "pin-project-lite",
diff --git a/rust/driver/datafusion/Cargo.toml 
b/rust/driver/datafusion/Cargo.toml
index 96f23a6bd..9494b09f3 100644
--- a/rust/driver/datafusion/Cargo.toml
+++ b/rust/driver/datafusion/Cargo.toml
@@ -38,7 +38,7 @@ arrow-buffer = "58.1.0"
 arrow-schema = "58.1.0"
 datafusion = { version = "53.0.0", default-features = false }
 datafusion-substrait = { version = "53.0.0", default-features = false }
-tokio = { version = "1.51", features = ["rt-multi-thread"] }
+tokio = { version = "1.52", features = ["rt-multi-thread"] }
 prost = "0.14.3"
 
 [dev-dependencies]

Reply via email to