From ff8360122de3fee42d7d14c429c0a5ae04e21c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 02:04:40 +0000 Subject: [PATCH] build(deps): bump tokio-stream from 0.1.10 to 0.1.11 (#5380) Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.10...tokio-stream-0.1.11) --- updated-dependencies: - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 7875820d..0f850467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4942,9 +4942,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6edf2d6bc038a43d31353570e27270603f4648d18f5ed10c0e179abe43255af" +checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" dependencies = [ "futures-core", "pin-project-lite", diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 9dd385ea..ad72051d 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -31,7 +31,7 @@ thiserror = "1.0.37" futures = "0.3.24" tokio = { version = "1.21.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } -tokio-stream = { version = "0.1.10", features = ["sync", "time"] } +tokio-stream = { version = "0.1.11", features = ["sync", "time"] } tokio-util = { version = "0.7.4", 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 2eef6fc8..12a568a4 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -163,7 +163,7 @@ hyper = { version = "0.14.20", features = ["http1", "http2", "server"]} reqwest = "0.11.12" tokio = { version = "1.21.2", features = ["full", "tracing", "test-util"] } -tokio-stream = "0.1.10" +tokio-stream = "0.1.11" # test feature lightwalletd-grpc-tests prost = "0.11.0"