From 96931cc4a48fb0907fb075a9b7e3e0975d8b9b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 13:22:34 +0000 Subject: [PATCH] build(deps): bump tokio-stream from 0.1.8 to 0.1.9 (#4573) Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9) --- 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> --- Cargo.lock | 6 +++--- zebra-network/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ba7fd04..121a9bb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4810,14 +4810,14 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" +checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" dependencies = [ "futures-core", "pin-project-lite", "tokio", - "tokio-util 0.6.9", + "tokio-util 0.7.3", ] [[package]] diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index c98d9dc7..a55e18b8 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1.0.31" futures = "0.3.21" tokio = { version = "1.19.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } -tokio-stream = { version = "0.1.8", features = ["sync", "time"] } +tokio-stream = { version = "0.1.9", features = ["sync", "time"] } tokio-util = { version = "0.7.3", features = ["codec"] } tower = { version = "0.4.12", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 3ab4dde1..6a417a18 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -122,7 +122,7 @@ semver = "1.0.10" serde_json = { version = "1.0.81", features = ["preserve_order"] } tempfile = "3.3.0" tokio = { version = "1.19.2", features = ["full", "test-util"] } -tokio-stream = "0.1.8" +tokio-stream = "0.1.9" # test feature lightwalletd-grpc-tests prost = "0.10.4"