diff --git a/Cargo.lock b/Cargo.lock index 5556a82c2..963200bda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2851,7 +2851,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core 0.51.1", + "windows-core 0.52.0", ] [[package]] @@ -6435,9 +6435,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index a1d79d174..8fd6f7710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,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.16", features = ["fs"] } +tokio-stream = { version = "0.1.17", 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"] }