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 bb3f4bf06 chore(rust): Bump tokio from 1.49.0 to 1.50.0 in /rust
(#4038)
bb3f4bf06 is described below
commit bb3f4bf061f978d787d3e07d84aee33870ff1aa4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 4 14:47:26 2026 +0900
chore(rust): Bump tokio from 1.49.0 to 1.50.0 in /rust (#4038)
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 823a9371e..2ae76edd2 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2566,9 +2566,9 @@ dependencies = [
[[package]]
name = "tokio"
-version = "1.49.0"
+version = "1.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
+checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
dependencies = [
"bytes",
"pin-project-lite",
diff --git a/rust/driver/datafusion/Cargo.toml
b/rust/driver/datafusion/Cargo.toml
index a5bac81d7..c986a9d9a 100644
--- a/rust/driver/datafusion/Cargo.toml
+++ b/rust/driver/datafusion/Cargo.toml
@@ -38,7 +38,7 @@ arrow-buffer = "57.3.0"
arrow-schema = "57.3.0"
datafusion = { version = "52.1.0", default-features = false }
datafusion-substrait = { version = "52.1.0", default-features = false }
-tokio = { version = "1.49", features = ["rt-multi-thread"] }
+tokio = { version = "1.50", features = ["rt-multi-thread"] }
prost = "0.14.3"
[dev-dependencies]