From 803ecf3c9456c1b3bbac197e8b9c81fa6bfe256b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 00:54:28 +0000 Subject: [PATCH] Bump tokio from 1.23.0 to 1.24.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f168b6c..71cd9c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,9 +627,9 @@ checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6" [[package]] name = "tokio" -version = "1.23.0" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 3a3161a..fd067a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1.0" structopt = "0.3" thiserror = "1.0" time = { version="0.3", default-features=false, features=["local-offset", "macros", "serde", "serde-human-readable", "std"] } -tokio = { version="1.23", default-features=false, features=["macros", "rt-multi-thread", "time"] } +tokio = { version="1.24", default-features=false, features=["macros", "rt-multi-thread", "time"] } tokio-stream = { version="0.1", default-features=false } tokio-util = { version="0.6", default-features=false, features=["time"] }