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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
dd7747bc69
commit
e0fdadaca2
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue