From c5efd4a91de231797813c0c7a7b365847100a420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:13:53 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.52.2 to 1.52.3 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.2 to 1.52.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.2...tokio-1.52.3) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d89959d..047eab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1397,9 +1397,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.52.2" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "pin-project-lite", "tokio-macros", diff --git a/Cargo.toml b/Cargo.toml index 9e95519..a6eda28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ zstd = "0.13.3" bzip2 = "0.6.1" xz2 = { version = "0.1.7", features = ["static"] } lz4 = "1.28.1" -tokio = { version = "1.52.2", features = ["rt-multi-thread", "fs", "macros"] } +tokio = { version = "1.52.3", features = ["rt-multi-thread", "fs", "macros"] } futures = "0.3.32" thiserror = "2.0.18" @@ -45,7 +45,7 @@ criterion = { version = "0.8.2", features = ["html_reports"] } rand = "0.10.1" assert_fs = "1.1.3" predicates = "3.1.4" -tokio = { version = "1.52.2", features = ["rt", "macros", "test-util"] } +tokio = { version = "1.52.3", features = ["rt", "macros", "test-util"] } assert_cmd = "2.2.2" [[bin]]