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"