diff --git a/Cargo.lock b/Cargo.lock index 6e4855f..ff480e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1961,9 +1961,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 a4ecec7..b583a32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ sysinfo = { version = "0.32.1", features = ["system"], default-features = false tar = "0.4.43" temp-dir = "0.1.14" tokio = { version = "1.41.1", features = ["full"] } -tokio-stream = { version = "0.1.16", features = ["full"] } +tokio-stream = { version = "0.1.17", features = ["full"] } toml = "0.8.19" xz2 = "0.1.7" zip = "2.2.1"