From ce5f496324424c6c92d487983670fb97605d6dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:11:48 +0000 Subject: [PATCH] Bump tokio from 1.34.0 to 1.38.2 in /blacksmith Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- blacksmith/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blacksmith/Cargo.lock b/blacksmith/Cargo.lock index fa5701a5..7834cd95 100644 --- a/blacksmith/Cargo.lock +++ b/blacksmith/Cargo.lock @@ -1544,9 +1544,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.34.0" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "bytes",