From c046a55f52a74a288478d7dd7b6be3b7eb1f6704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:13:50 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.52.1 to 1.52.3 in the patch-updates group Bumps the patch-updates group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.52.3) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f22d37..398290c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2541,9 +2541,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 2a129f6..24c72d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ git2 = { version = "0.20.4", default-features = false, features = [ ] } # Async runtime (for async config loading and file operations) -tokio = { version = "1.51", features = [ +tokio = { version = "1.52", features = [ "rt", "rt-multi-thread", "macros", @@ -90,7 +90,7 @@ criterion = { version = "0.8.2", features = ["html_reports"] } pretty_assertions = "1.4" proptest = { version = "1.11", default-features = false, features = ["std"] } serial_test = "3.4" -tokio = { version = "1.51", features = ["rt", "macros", "test-util"] } +tokio = { version = "1.52", features = ["rt", "macros", "test-util"] } assert_cmd = "2.2" predicates = "3.1"