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]]