From bdf41d381793e511ecb45ebac5ddb3332a390142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:59:28 +0000 Subject: [PATCH] Bump tokio from 1.52.0 to 1.52.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.0 to 1.52.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.0...tokio-1.52.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b717de5..4839d4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3573,9 +3573,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.0" +version = "1.52.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776" +checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 5eddeb6..e02942a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ wither = { git = "https://github.com/thedodd/wither", rev = "52fd503" } futures = { version = "0.3.32" } thiserror = "2.0.18" axum = { version = "0.8.9" } -tokio = { version = "1.52.0", features = ["full"] } +tokio = { version = "1.52.2", features = ["full"] } tracing = "0.1.44" tracing-subscriber = "0.3.23" tower-http = { version = "0.6", features = [