From 124b5b0996731ba88ad8c2840383d4d6662d33aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 22:36:57 -0700 Subject: [PATCH] Bump tokio-stream from 0.1.12 to 0.1.14 (#32486) Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.12 to 0.1.14. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.14/CHANGELOG.md) - [Commits](tokio-rs/tokio@46f974d8cfcb56c251d80cf1dc4a6bcf9fd1d7a0...398dfda56d3ee4b0d4d9e86abe15039e86979d83) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite Signed-off-by: Illia Bobyr --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c44fc8b66..0349b0cb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8056,9 +8056,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" +checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 26408915b..faa2e7fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -388,7 +388,7 @@ thiserror = "1.0.43" tiny-bip39 = "0.8.2" tokio = "1.29.1" tokio-serde = "0.8" -tokio-stream = "0.1.12" +tokio-stream = "0.1.14" tokio-tungstenite = "0.17.2" tokio-util = "0.6" tonic = "0.8.3" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 330233807..409715486 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -6986,9 +6986,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" +checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" dependencies = [ "futures-core", "pin-project-lite",