build(deps): bump tokio from 1.18.1 to 1.18.2 (#4358)

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

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

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-05-10 03:42:08 +00:00 committed by GitHub
parent a98e9291b5
commit cb0487cec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 18 additions and 18 deletions

4
Cargo.lock generated
View File

@ -4638,9 +4638,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.18.1" version = "1.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
dependencies = [ dependencies = [
"bytes", "bytes",
"libc", "libc",

View File

@ -9,7 +9,7 @@ edition = "2021"
futures = "0.3.21" futures = "0.3.21"
futures-core = "0.3.21" futures-core = "0.3.21"
pin-project = "1.0.10" pin-project = "1.0.10"
tokio = { version = "1.18.1", features = ["time", "sync", "tracing", "macros"] } tokio = { version = "1.18.2", features = ["time", "sync", "tracing", "macros"] }
tower = { version = "0.4.12", features = ["util", "buffer"] } tower = { version = "0.4.12", features = ["util", "buffer"] }
tracing = "0.1.31" tracing = "0.1.31"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
@ -18,7 +18,7 @@ tracing-futures = "0.2.5"
color-eyre = "0.6.0" color-eyre = "0.6.0"
ed25519-zebra = "3.0.0" ed25519-zebra = "3.0.0"
rand = { version = "0.8.5", package = "rand" } rand = { version = "0.8.5", package = "rand" }
tokio = { version = "1.18.1", features = ["full"] } tokio = { version = "1.18.2", features = ["full"] }
tokio-test = "0.4.2" tokio-test = "0.4.2"
tower-fallback = { path = "../tower-fallback/" } tower-fallback = { path = "../tower-fallback/" }
tower-test = "0.4.0" tower-test = "0.4.0"

View File

@ -13,4 +13,4 @@ tracing = "0.1.31"
[dev-dependencies] [dev-dependencies]
zebra-test = { path = "../zebra-test/" } zebra-test = { path = "../zebra-test/" }
tokio = { version = "1.18.1", features = ["full"] } tokio = { version = "1.18.2", features = ["full"] }

View File

@ -61,7 +61,7 @@ proptest-derive = { version = "0.3.0", optional = true }
rand = { version = "0.8.5", optional = true, package = "rand" } rand = { version = "0.8.5", optional = true, package = "rand" }
rand_chacha = { version = "0.3.1", optional = true } rand_chacha = { version = "0.3.1", optional = true }
tokio = { version = "1.18.1", optional = true } tokio = { version = "1.18.2", optional = true }
# ZF deps # ZF deps
ed25519-zebra = "3.0.0" ed25519-zebra = "3.0.0"
@ -82,7 +82,7 @@ proptest-derive = "0.3.0"
rand = { version = "0.8.5", package = "rand" } rand = { version = "0.8.5", package = "rand" }
rand_chacha = "0.3.1" rand_chacha = "0.3.1"
tokio = "1.18.1" tokio = "1.18.2"
zebra-test = { path = "../zebra-test/" } zebra-test = { path = "../zebra-test/" }

View File

@ -29,7 +29,7 @@ futures = "0.3.21"
futures-util = "0.3.21" futures-util = "0.3.21"
metrics = "0.17.1" metrics = "0.17.1"
thiserror = "1.0.31" thiserror = "1.0.31"
tokio = { version = "1.18.1", features = ["time", "sync", "tracing"] } tokio = { version = "1.18.2", features = ["time", "sync", "tracing"] }
tower = { version = "0.4.12", features = ["timeout", "util", "buffer"] } tower = { version = "0.4.12", features = ["timeout", "util", "buffer"] }
tracing = "0.1.31" tracing = "0.1.31"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
@ -59,7 +59,7 @@ proptest = "0.10.1"
proptest-derive = "0.3.0" proptest-derive = "0.3.0"
rand07 = { package = "rand", version = "0.7" } rand07 = { package = "rand", version = "0.7" }
spandoc = "0.2.2" spandoc = "0.2.2"
tokio = { version = "1.18.1", features = ["full"] } tokio = { version = "1.18.2", features = ["full"] }
tracing-error = "0.1.2" tracing-error = "0.1.2"
tracing-subscriber = "0.2.25" tracing-subscriber = "0.2.25"

View File

@ -27,7 +27,7 @@ serde = { version = "1.0.137", features = ["serde_derive"] }
thiserror = "1.0.31" thiserror = "1.0.31"
futures = "0.3.21" futures = "0.3.21"
tokio = { version = "1.18.1", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio = { version = "1.18.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.8", features = ["sync", "time"] } tokio-stream = { version = "0.1.8", features = ["sync", "time"] }
tokio-util = { version = "0.7.1", features = ["codec"] } tokio-util = { version = "0.7.1", features = ["codec"] }
tower = { version = "0.4.12", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } tower = { version = "0.4.12", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
@ -52,7 +52,7 @@ proptest = "0.10.1"
proptest-derive = "0.3.0" proptest-derive = "0.3.0"
static_assertions = "1.1.0" static_assertions = "1.1.0"
tokio = { version = "1.18.1", features = ["test-util"] } tokio = { version = "1.18.2", features = ["test-util"] }
toml = "0.5.9" toml = "0.5.9"
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } 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"] } serde_json = { version = "1.0.81", features = ["preserve_order"] }
indexmap = { version = "1.8.1", features = ["serde"] } indexmap = { version = "1.8.1", features = ["serde"] }
tokio = { version = "1.18.1", features = ["time", "rt-multi-thread", "macros", "tracing"] } tokio = { version = "1.18.2", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.12" tower = "0.4.12"
tracing = "0.1.31" tracing = "0.1.31"
@ -47,7 +47,7 @@ proptest = "0.10.1"
proptest-derive = "0.3.0" proptest-derive = "0.3.0"
serde_json = "1.0.81" serde_json = "1.0.81"
thiserror = "1.0.31" thiserror = "1.0.31"
tokio = { version = "1.18.1", features = ["full", "test-util"] } tokio = { version = "1.18.2", features = ["full", "test-util"] }
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-state = { path = "../zebra-state", features = ["proptest-impl"] } zebra-state = { path = "../zebra-state", features = ["proptest-impl"] }

View File

@ -27,7 +27,7 @@ rocksdb = { version = "0.18.0", default_features = false, features = ["lz4"] }
serde = { version = "1.0.137", features = ["serde_derive"] } serde = { version = "1.0.137", features = ["serde_derive"] }
tempfile = "3.3.0" tempfile = "3.3.0"
thiserror = "1.0.31" thiserror = "1.0.31"
tokio = { version = "1.18.1", features = ["sync"] } tokio = { version = "1.18.2", features = ["sync"] }
tower = { version = "0.4.12", features = ["buffer", "util"] } tower = { version = "0.4.12", features = ["buffer", "util"] }
tracing = "0.1.31" tracing = "0.1.31"
@ -50,7 +50,7 @@ proptest-derive = "0.3.0"
halo2 = { package = "halo2_proofs", version = "=0.1.0-beta.4" } halo2 = { package = "halo2_proofs", version = "=0.1.0-beta.4" }
jubjub = "0.8.0" jubjub = "0.8.0"
tokio = { version = "1.18.1", features = ["full"] } tokio = { version = "1.18.2", features = ["full"] }
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/" } zebra-test = { path = "../zebra-test/" }

View File

@ -17,7 +17,7 @@ once_cell = "1.10.0"
rand = { version = "0.8.5", package = "rand" } rand = { version = "0.8.5", package = "rand" }
regex = "1.5.5" regex = "1.5.5"
tokio = { version = "1.18.1", features = ["full"] } tokio = { version = "1.18.2", features = ["full"] }
tower = { version = "0.4.12", features = ["util"] } tower = { version = "0.4.12", features = ["util"] }
futures = "0.3.21" futures = "0.3.21"

View File

@ -37,7 +37,7 @@ toml = "0.5.9"
hyper = { version = "0.14.18", features = ["full"] } hyper = { version = "0.14.18", features = ["full"] }
futures = "0.3.21" futures = "0.3.21"
tokio = { version = "1.18.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tokio = { version = "1.18.2", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.12", features = ["hedge", "limit"] } tower = { version = "0.4.12", features = ["hedge", "limit"] }
pin-project = "1.0.10" pin-project = "1.0.10"
@ -81,7 +81,7 @@ semver = "1.0.9"
# zebra-rpc needs the preserve_order feature, it also makes test results more stable # zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.81", features = ["preserve_order"] } serde_json = { version = "1.0.81", features = ["preserve_order"] }
tempfile = "3.3.0" tempfile = "3.3.0"
tokio = { version = "1.18.1", features = ["full", "test-util"] } tokio = { version = "1.18.2", features = ["full", "test-util"] }
tonic = "0.7.2" tonic = "0.7.2"
proptest = "0.10.1" proptest = "0.10.1"