From fcdfdbdb554d56b629e2d19e8f8a15544403b84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:14:03 +0000 Subject: [PATCH] build(deps): bump tokio in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.38.1 to 1.38.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3398f3f..5441dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -410,9 +410,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.38.1" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index e7d471c..f60c5c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ path = "src/bin/placeholder.rs" [dependencies] anyhow = "1.0.79" structopt = "0.3.26" -tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "fs"] } +tokio = { version = "1.38.2", features = ["rt-multi-thread", "macros", "fs"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }