From c4c90f0acdfca0fea5974dfb5bf77d252d740229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:09:58 +0000 Subject: [PATCH] Bump tokio from 1.44.0 to 1.44.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7582ced..778890c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1517,9 +1517,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1510673..a2671ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ clap = { version = "4.5.31", features = ["derive", "env"] } dotenvy = "0.15.7" futures = "0.3.31" lighthouse-client = "5.1.0" -tokio = { version = "1.44.0", features = ["rt-multi-thread", "macros", "time", "sync"] } +tokio = { version = "1.44.2", features = ["rt-multi-thread", "macros", "time", "sync"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter", "std"] }