From 3d238014946a2232c1d69230cf4edf7bafc57d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:57:00 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.50.0 to 1.51.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69483dc..e160d69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1397,9 +1397,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.50.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" dependencies = [ "pin-project-lite", "tokio-macros", @@ -1407,9 +1407,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" +checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3beb2f5..e56d352 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.50.0", features = ["rt-multi-thread", "fs", "macros"] } +tokio = { version = "1.51.0", 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.0" assert_fs = "1.1.3" predicates = "3.1.4" -tokio = { version = "1.50.0", features = ["rt", "macros", "test-util"] } +tokio = { version = "1.51.0", features = ["rt", "macros", "test-util"] } assert_cmd = "2.2.0" [[bin]]