From e0fdadaca2984198e55320e434470cc9172d5be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 20:47:46 +1000 Subject: [PATCH] build(deps): bump tokio-test from 0.4.1 to 0.4.2 (#2162) Bumps [tokio-test](https://github.com/tokio-rs/tokio) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-test-0.4.1...tokio-test-0.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07166c70..950a629a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3645,9 +3645,9 @@ dependencies = [ [[package]] name = "tokio-test" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f58403903e94d4bc56805e46597fced893410b2e753e229d3f7f22423ea03f67" +checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" dependencies = [ "async-stream", "bytes 1.0.1", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 9e2d8081..1aea5f6b 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -19,7 +19,7 @@ color-eyre = "0.5.11" ed25519-zebra = "2.2.0" rand = "0.8" tokio = { version = "0.3.6", features = ["full"]} -tokio-test = "0.4.1" +tokio-test = "0.4.2" tower-fallback = { path = "../tower-fallback/" } tower-test = "0.4.0" tracing = "0.1.26"