From 1c82ceef9e5310baf71c5accd469ea7d6ddefe13 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:28:45 +0000 Subject: [PATCH] Update Rust crate `tokio-stream` to v0.1.17 (#5825) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 788e99d74c9..b55693bb57c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7687,9 +7687,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 9d2f41ea602..f47ca76d75c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -220,7 +220,7 @@ test-fuzz = { version = "=7.0.1", default-features = false } test-log = { version = "=0.2.16", default-features = false } test-strategy = { version = "=0.4.0", default-features = false } thiserror = { version = "=2.0.4", default-features = false } -tokio-stream = { version = "=0.1.16", default-features = false } +tokio-stream = { version = "=0.1.17", default-features = false } tokio-test = { version = "=0.4.4", default-features = false } tower = { version = "=0.5.1", default-features = false } tower-test = { version = "=0.4.0", default-features = false }