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

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new b1d089fc0 Bump tokio from 1.24.1 to 1.24.2 in /datafusion-cli (#5172)
b1d089fc0 is described below

commit b1d089fc037c136fd511a8c96740d10615d3e7bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 4 10:59:27 2023 -0500

    Bump tokio from 1.24.1 to 1.24.2 in /datafusion-cli (#5172)
    
    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](https://github.com/tokio-rs/tokio/commits)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 datafusion-cli/Cargo.lock | 4 ++--
 datafusion-cli/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock
index c87abeb21..092e172f1 100644
--- a/datafusion-cli/Cargo.lock
+++ b/datafusion-cli/Cargo.lock
@@ -2452,9 +2452,9 @@ checksum = 
"cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
 
 [[package]]
 name = "tokio"
-version = "1.24.1"
+version = "1.24.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
+checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
 dependencies = [
  "autocfg",
  "bytes",
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 1459f5766..43b1363c0 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -39,5 +39,5 @@ mimalloc = { version = "0.1", default-features = false }
 object_store = { version = "0.5.0", features = ["aws", "gcp"] }
 parking_lot = { version = "0.12" }
 rustyline = "10.0"
-tokio = { version = "1.23", features = ["macros", "rt", "rt-multi-thread", 
"sync", "parking_lot"] }
+tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", 
"sync", "parking_lot"] }
 url = "2.2"

Reply via email to