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

comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 737c577349 chore(deps): bump tokio from 1.43.0 to 1.44.1 (#15347)
737c577349 is described below

commit 737c577349afec6d681f757984befa2e1b68a897
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 21 09:07:35 2025 -0700

    chore(deps): bump tokio from 1.43.0 to 1.44.1 (#15347)
    
    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.1.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - 
[Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.1)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock                           | 4 ++--
 Cargo.toml                           | 2 +-
 datafusion/common-runtime/Cargo.toml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 16a68cf997..2ec23be9c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6299,9 +6299,9 @@ checksum = 
"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 
 [[package]]
 name = "tokio"
-version = "1.43.0"
+version = "1.44.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
+checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
 dependencies = [
  "backtrace",
  "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 5c6a89492c..548a29bc7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -164,7 +164,7 @@ rstest = "0.24.0"
 serde_json = "1"
 sqlparser = { version = "0.54.0", features = ["visitor"] }
 tempfile = "3"
-tokio = { version = "1.43", features = ["macros", "rt", "sync"] }
+tokio = { version = "1.44", features = ["macros", "rt", "sync"] }
 url = "2.5.4"
 
 [profile.release]
diff --git a/datafusion/common-runtime/Cargo.toml 
b/datafusion/common-runtime/Cargo.toml
index bc7b3bf7f7..5e7816b669 100644
--- a/datafusion/common-runtime/Cargo.toml
+++ b/datafusion/common-runtime/Cargo.toml
@@ -43,4 +43,4 @@ log = { workspace = true }
 tokio = { workspace = true }
 
 [dev-dependencies]
-tokio = { version = "1.36", features = ["rt", "rt-multi-thread", "time"] }
+tokio = { version = "1.44", features = ["rt", "rt-multi-thread", "time"] }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to