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