From cd222e7a15487e9be3857d396226dbc333f3fd35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:09:16 +0000 Subject: [PATCH] Bump tokio from 1.44.1 to 1.44.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad3e550..9b28b7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1315,9 +1315,9 @@ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7a9bb86..dc99924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ rdkafka = { version = "0.37.0", optional = true } serde = { version = "1.0.219", features = ["derive"] } systemstat = { version = "0.2.4", optional = true } thiserror = "2.0.12" -tokio = { version = "1.44.1", features = ["parking_lot"] } +tokio = { version = "1.44.2", features = ["parking_lot"] } tokio-stream = { version = "0.1.17", features = ["time"] } tonic = { version = "0.12.3", features = ["codegen"] } tracing = "0.1.41" @@ -66,7 +66,7 @@ protobuf-src = { version = "2.1.1", optional = true } tonic-build = "0.12.3" [dev-dependencies] -tokio = { version = "1.44.1", features = ["rt-multi-thread", "signal"] } +tokio = { version = "1.44.2", features = ["rt-multi-thread", "signal"] } tokio-stream = { version = "0.1.17", features = ["net"] } [[test]]