From 2e02d0ad17680164da397a1dec0dfca880593010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:41:21 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to v1.53.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14b055b..a493d32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3669,9 +3669,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.0" +version = "1.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776" +checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 904341d..a07a9c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ license = "AGPL-3.0-or-later" rust-version = "1.94" [workspace.dependencies] -tokio = { version = "=1.52.0", features = ["full"] } +tokio = { version = "=1.53.1", features = ["full"] } thiserror = "=2.0.19" anyhow = "=1.0.104" tracing = "=0.1.44"