From 1282713f1ae263606ad5a704706b9e1da62b1e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:04:59 +0000 Subject: [PATCH] build(deps): bump tokio from 1.51.0 to 1.52.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.0 to 1.52.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.51.0...tokio-1.52.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.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 4bc58403..85b75aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1906,9 +1906,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.51.0" +version = "1.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" +checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 33acb5dc..0e87cc6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ serde_json = "1.0" serde_repr = "0.1" sha2 = "0.10" tempfile = "3.26" -tokio = { version = "1.51", default-features = false } +tokio = { version = "1.52", default-features = false } tracing = "0.1" tracing-subscriber = "0.3" zbus = { version = "5.14.0", default-features = false }