From eb35e4cf77c060004ca1e13bef8d76871ad1a60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:09:39 +0800 Subject: [PATCH] chore(deps): bump tokio-stream from 0.1.16 to 0.1.17 (#142) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"