From 1edf7c66cc7ef17b54616039706ca89f290406ac Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 12 Feb 2025 05:32:59 +0000 Subject: [PATCH] Update Rust crate tokio-stream to 0.1.17 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c91ed8..3a840b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,9 +458,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 b4113e1..4d87ba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ maplit = "1.0.2" proptest = { version = "1.6.0", features = ["timeout"] } proptest-derive = "0.5.1" tokio = { version = "1.21.2", features = ["macros", "sync", "test-util", "time"] } -tokio-stream = { version = "0.1.16" } +tokio-stream = { version = "0.1.17" }