From 8fe5ff178dc5d87622e604fd5c800c940eef209a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 00:58:47 +0000 Subject: [PATCH] Bump tokio from 1.24.1 to 1.24.2 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad68083..36a879f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,9 +526,9 @@ checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792" [[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/Cargo.toml b/Cargo.toml index 1ec7ea8..cd0e401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ flexi_logger = { version = "0.23.3", features = ["specfile_without_notification" log = "0.4.17" serde = { version = "1.0.145", features = ["derive"] } serde_derive = "1.0.145" -tokio = { version = "1.24.1", features = ["io-std", "net", "rt-multi-thread", "macros"] } +tokio = { version = "1.24.2", features = ["io-std", "net", "rt-multi-thread", "macros"] } tokio-stream = "0.1.11" tokio-util = "0.7.4" toml = "0.5.9"