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 9aaa7759a chore(rust): Bump tokio from 1.48.0 to 1.49.0 in /rust
(#3866)
9aaa7759a is described below
commit 9aaa7759a93aeb8b11bfafe20c0850bf79bebcdb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 09:58:02 2026 +0900
chore(rust): Bump tokio from 1.48.0 to 1.49.0 in /rust (#3866)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0.
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 e800e8cc4..b15e47348 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2621,9 +2621,9 @@ dependencies = [
[[package]]
name = "tokio"
-version = "1.48.0"
+version = "1.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
+checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
dependencies = [
"bytes",
"pin-project-lite",
diff --git a/rust/driver/datafusion/Cargo.toml
b/rust/driver/datafusion/Cargo.toml
index 6facf888f..0ca260529 100644
--- a/rust/driver/datafusion/Cargo.toml
+++ b/rust/driver/datafusion/Cargo.toml
@@ -38,7 +38,7 @@ arrow-buffer = "57.1.0"
arrow-schema = "57.1.0"
datafusion = { version = "51.0.0", default-features = false }
datafusion-substrait = { version = "51.0.0", default-features = false }
-tokio = { version = "1.48", features = ["rt-multi-thread"] }
+tokio = { version = "1.49", features = ["rt-multi-thread"] }
prost = "0.14.1"
[dev-dependencies]