From 147986078dfcbd9c70ff419123cabeb9f9335cf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:29:43 +0000 Subject: [PATCH] fix(deps): update rust crate tokio-stream to 0.1.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4307e31..43c7620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.81" thiserror = "1.0.58" futures = "0.3.30" tokio = { version = "1.36.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] } -tokio-stream = { version = "0.1.14", features = ["net"] } +tokio-stream = { version = "0.1.15", features = ["net"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" serde_json = "1.0.114"