build(deps): bump tokio from 1.19.2 to 1.20.0 (#4780)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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:
dependabot[bot] 2022-07-18 08:55:51 +10:00 committed by GitHub
parent ff1c8dd4a1
commit 81727d7df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 19 additions and 18 deletions

5
Cargo.lock generated
View File

@ -4859,10 +4859,11 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.19.2"
version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e"
dependencies = [
"autocfg 1.1.0",
"bytes",
"libc",
"memchr",

View File

@ -10,7 +10,7 @@ futures = "0.3.21"
futures-core = "0.3.21"
pin-project = "1.0.10"
rayon = "1.5.3"
tokio = { version = "1.19.2", features = ["time", "sync", "tracing", "macros"] }
tokio = { version = "1.20.0", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.3"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.31"
@ -21,7 +21,7 @@ color-eyre = "0.6.1"
ed25519-zebra = "3.0.0"
rand = { version = "0.8.5", package = "rand" }
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
tokio-test = "0.4.2"
tower-fallback = { path = "../tower-fallback/" }
tower-test = "0.4.0"

View File

@ -12,6 +12,6 @@ futures-core = "0.3.21"
tracing = "0.1.31"
[dev-dependencies]
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
zebra-test = { path = "../zebra-test/" }

View File

@ -63,7 +63,7 @@ proptest-derive = { version = "0.3.0", optional = true }
rand = { version = "0.8.5", optional = true, package = "rand" }
rand_chacha = { version = "0.3.1", optional = true }
tokio = { version = "1.19.2", features = ["tracing"], optional = true }
tokio = { version = "1.20.0", features = ["tracing"], optional = true }
# ZF deps
ed25519-zebra = "3.0.0"
@ -84,7 +84,7 @@ proptest-derive = "0.3.0"
rand = { version = "0.8.5", package = "rand" }
rand_chacha = "0.3.1"
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
zebra-test = { path = "../zebra-test/" }

View File

@ -29,7 +29,7 @@ futures = "0.3.21"
futures-util = "0.3.21"
metrics = "0.18.1"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tokio = { version = "1.20.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.31"
tracing-futures = "0.2.5"
@ -58,7 +58,7 @@ proptest-derive = "0.3.0"
rand07 = { package = "rand", version = "0.7" }
spandoc = "0.2.2"
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
tracing-error = "0.2.0"
tracing-subscriber = "0.3.11"

View File

@ -29,7 +29,7 @@ serde = { version = "1.0.137", features = ["serde_derive"] }
thiserror = "1.0.31"
futures = "0.3.21"
tokio = { version = "1.19.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio = { version = "1.20.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.9", features = ["sync", "time"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
@ -54,7 +54,7 @@ proptest = "0.10.1"
proptest-derive = "0.3.0"
static_assertions = "1.1.0"
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
toml = "0.5.9"
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }

View File

@ -30,7 +30,7 @@ jsonrpc-http-server = "18.0.0"
serde_json = { version = "1.0.81", features = ["preserve_order"] }
indexmap = { version = "1.9.1", features = ["serde"] }
tokio = { version = "1.19.2", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tokio = { version = "1.20.0", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.13"
tracing = "0.1.31"
@ -49,7 +49,7 @@ proptest-derive = "0.3.0"
serde_json = "1.0.81"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-state = { path = "../zebra-state", features = ["proptest-impl"] }

View File

@ -28,7 +28,7 @@ serde = { version = "1.0.137", features = ["serde_derive"] }
tempfile = "3.3.0"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["sync", "tracing"] }
tokio = { version = "1.20.0", features = ["sync", "tracing"] }
tower = { version = "0.4.13", features = ["buffer", "util"] }
tracing = "0.1.31"
@ -49,7 +49,7 @@ proptest-derive = "0.3.0"
halo2 = { package = "halo2_proofs", version = "0.2.0" }
jubjub = "0.9.0"
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/" }

View File

@ -17,7 +17,7 @@ once_cell = "1.12.0"
rand = { version = "0.8.5", package = "rand" }
regex = "1.5.6"
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.13", features = ["util"] }
futures = "0.3.21"

View File

@ -87,7 +87,7 @@ toml = "0.5.9"
futures = "0.3.21"
rayon = "1.5.3"
tokio = { version = "1.19.2", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tokio = { version = "1.20.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }
pin-project = "1.0.10"
@ -157,7 +157,7 @@ tempfile = "3.3.0"
hyper = { version = "0.14.18", features = ["http1", "http2", "server"]}
reqwest = "0.11.11"
tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
tokio-stream = "0.1.9"
# test feature lightwalletd-grpc-tests