diff --git a/Cargo.lock b/Cargo.lock index fe671d074..b58f570b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5994,9 +5994,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index f41d2252b..a958a4969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ textwrap = "0.16.1" thiserror = { workspace = true } tokio-io-timeout = "1.2.0" tokio-rustls = { version = "0.26.0", default-features = false } -tokio-stream = { version = "0.1.15", features = ["fs"] } +tokio-stream = { version = "0.1.16", features = ["fs"] } tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar tokio-util = { workspace = true } tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }