From eb57b25b1912cf6eb280f9f2d234702df5968dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:46:37 +0000 Subject: [PATCH] build(deps): bump tokio-stream from 0.1.15 to 0.1.17 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.15 to 0.1.17. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.15...tokio-stream-0.1.17) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 488e4bcad0..8701b20714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9298,9 +9298,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index c792c0dc4a..1b78381ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -474,7 +474,7 @@ tiny-bip39 = "0.8.2" # Update solana-tokio patch below when updating this version tokio = "1.29.1" tokio-serde = "0.8" -tokio-stream = "0.1.15" +tokio-stream = "0.1.17" tokio-tungstenite = "0.20.1" tokio-util = "0.7" toml = "0.8.12"