From 0267b274675e50605502c1a5ce9795603053333d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:04:13 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.52.3 to 1.53.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.3 to 1.53.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.3...tokio-1.53.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9e2634a..b65a99c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,9 +2803,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.3" +version = "1.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" +checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3a5dcd4..099b555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ socket2 = { version = "=0.6.5", features = ["all"] } tar = "=0.4.46" thiserror = "=2.0.18" time = "=0.3.51" -tokio = { version = "=1.52.3", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } +tokio = { version = "=1.53.0", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } tokio-rustls = { version = "=0.26.4", default-features = false, features = ["aws-lc-rs"] } tokio-tungstenite = { version = "=0.30.0", default-features = false, features = ["connect", "rustls-tls-webpki-roots"] } tokio-util = { version = "=0.7.18", features = ["io"] }