From 54946dd1d4c972c44bdb8de28a2ce2437af8fef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 00:17:55 +0000 Subject: [PATCH] build(deps): bump tokio-stream from 0.1.12 to 0.1.14 (#6573) 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](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.12...tokio-0.1.14) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-network/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fb0140ef..3c1cfb06f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4828,9 +4828,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/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index a1abd7dde..70e1c507a 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -41,7 +41,7 @@ thiserror = "1.0.40" futures = "0.3.28" tokio = { version = "1.27.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } -tokio-stream = { version = "0.1.12", features = ["sync", "time"] } +tokio-stream = { version = "0.1.14", features = ["sync", "time"] } tokio-util = { version = "0.7.7", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 3f11c94b6..3bf57149c 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -204,7 +204,7 @@ tempfile = "3.5.0" hyper = { version = "0.14.26", features = ["http1", "http2", "server"]} tokio = { version = "1.27.0", features = ["full", "tracing", "test-util"] } -tokio-stream = "0.1.12" +tokio-stream = "0.1.14" # test feature lightwalletd-grpc-tests prost = "0.11.9"