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 3a4fea6cd chore(rust): bump tokio from 1.47.0 to 1.47.1 in /rust
(#3272)
3a4fea6cd is described below
commit 3a4fea6cdaceb25f25c7f19d585200f76bcfeb7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 17 15:52:17 2025 +0900
chore(rust): bump tokio from 1.47.0 to 1.47.1 in /rust (#3272)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.0 to 1.47.1.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index c80638ab5..abb47aded 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -38,7 +38,7 @@ dependencies = [
"tempfile",
"toml",
"windows-registry",
- "windows-sys 0.59.0",
+ "windows-sys 0.60.2",
]
[[package]]
@@ -2626,9 +2626,9 @@ dependencies = [
[[package]]
name = "tokio"
-version = "1.47.0"
+version = "1.47.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
+checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
dependencies = [
"backtrace",
"bytes",