From 0cf171afbefeb54c16e266028f1b4bc3d17778c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 22:45:12 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.7.5 to 0.7.6 (#6142) Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.5...tokio-util-0.7.6) --- updated-dependencies: - dependency-name: tokio-util 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 | 14 +++++++------- tower-batch/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c421453..6201eb39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4357,7 +4357,7 @@ dependencies = [ "futures-core", "pin-project-lite", "tokio", - "tokio-util 0.7.5", + "tokio-util 0.7.6", ] [[package]] @@ -4389,9 +4389,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e267c18a719545b481171952a79f8c25c80361463ba44bc7fa9eba7c742ef4f" +checksum = "bc6a3b08b64e6dfad376fa2432c7b1f01522e37a623c3050bc95db2d3ff21583" dependencies = [ "bytes", "futures-core", @@ -4468,7 +4468,7 @@ dependencies = [ "prost-derive", "tokio", "tokio-stream", - "tokio-util 0.7.5", + "tokio-util 0.7.6", "tower", "tower-layer", "tower-service", @@ -4504,7 +4504,7 @@ dependencies = [ "rand 0.8.5", "slab", "tokio", - "tokio-util 0.7.5", + "tokio-util 0.7.6", "tower-layer", "tower-service", "tracing", @@ -4524,7 +4524,7 @@ dependencies = [ "tinyvec", "tokio", "tokio-test", - "tokio-util 0.7.5", + "tokio-util 0.7.6", "tower", "tower-fallback", "tower-test", @@ -5576,7 +5576,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "tokio-util 0.7.5", + "tokio-util 0.7.6", "toml 0.7.2", "tower", "tracing", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index d8c00624..becf708a 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -11,7 +11,7 @@ futures-core = "0.3.26" pin-project = "1.0.12" rayon = "1.6.1" tokio = { version = "1.25.0", features = ["time", "sync", "tracing", "macros"] } -tokio-util = "0.7.5" +tokio-util = "0.7.6" tower = { version = "0.4.13", features = ["util", "buffer"] } tracing = "0.1.37" tracing-futures = "0.2.5" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 443dc15e..b794c414 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -33,7 +33,7 @@ thiserror = "1.0.38" futures = "0.3.26" tokio = { version = "1.25.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.11", features = ["sync", "time"] } -tokio-util = { version = "0.7.5", features = ["codec"] } +tokio-util = { version = "0.7.6", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } metrics = "0.20.1"