Skip to content

Commit

Permalink
build(deps): bump tokio from 1.18.2 to 1.19.2 (#4579)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.18.2...tokio-1.19.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2022
1 parent 92fd11f commit 8d0a1b0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
futures = "0.3.21"
futures-core = "0.3.21"
pin-project = "1.0.10"
tokio = { version = "1.18.2", features = ["time", "sync", "tracing", "macros"] }
tokio = { version = "1.19.2", features = ["time", "sync", "tracing", "macros"] }
tower = { version = "0.4.12", features = ["util", "buffer"] }
tracing = "0.1.31"
tracing-futures = "0.2.5"
Expand All @@ -18,7 +18,7 @@ tracing-futures = "0.2.5"
color-eyre = "0.6.1"
ed25519-zebra = "3.0.0"
rand = { version = "0.8.5", package = "rand" }
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.19.2", features = ["full"] }
tokio-test = "0.4.2"
tower-fallback = { path = "../tower-fallback/" }
tower-test = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion tower-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ tracing = "0.1.31"

[dev-dependencies]
zebra-test = { path = "../zebra-test/" }
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.19.2", features = ["full"] }
4 changes: 2 additions & 2 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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.18.2", optional = true }
tokio = { version = "1.19.2", optional = true }

# ZF deps
ed25519-zebra = "3.0.0"
Expand All @@ -82,7 +82,7 @@ proptest-derive = "0.3.0"
rand = { version = "0.8.5", package = "rand" }
rand_chacha = "0.3.1"

tokio = "1.18.2"
tokio = "1.19.2"

zebra-test = { path = "../zebra-test/" }

Expand Down
4 changes: 2 additions & 2 deletions zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ futures = "0.3.21"
futures-util = "0.3.21"
metrics = "0.18.1"
thiserror = "1.0.31"
tokio = { version = "1.18.2", features = ["time", "sync", "tracing"] }
tokio = { version = "1.19.2", features = ["time", "sync", "tracing"] }
tower = { version = "0.4.12", features = ["timeout", "util", "buffer"] }
tracing = "0.1.31"
tracing-futures = "0.2.5"
Expand Down Expand Up @@ -57,7 +57,7 @@ proptest = "0.10.1"
proptest-derive = "0.3.0"
rand07 = { package = "rand", version = "0.7" }
spandoc = "0.2.2"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.19.2", features = ["full"] }
tracing-error = "0.2.0"
tracing-subscriber = "0.3.11"

Expand Down
4 changes: 2 additions & 2 deletions zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0.137", features = ["serde_derive"] }
thiserror = "1.0.31"

futures = "0.3.21"
tokio = { version = "1.18.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio = { version = "1.19.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.8", features = ["sync", "time"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tower = { version = "0.4.12", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
Expand All @@ -52,7 +52,7 @@ proptest = "0.10.1"
proptest-derive = "0.3.0"

static_assertions = "1.1.0"
tokio = { version = "1.18.2", features = ["test-util"] }
tokio = { version = "1.19.2", features = ["test-util"] }
toml = "0.5.9"

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
Expand Down
4 changes: 2 additions & 2 deletions zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jsonrpc-http-server = "18.0.0"
serde_json = { version = "1.0.81", features = ["preserve_order"] }
indexmap = { version = "1.8.2", features = ["serde"] }

tokio = { version = "1.18.2", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tokio = { version = "1.19.2", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.12"

tracing = "0.1.31"
Expand All @@ -48,7 +48,7 @@ proptest = "0.10.1"
proptest-derive = "0.3.0"
serde_json = "1.0.81"
thiserror = "1.0.31"
tokio = { version = "1.18.2", features = ["full", "test-util"] }
tokio = { version = "1.19.2", features = ["full", "test-util"] }

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-state = { path = "../zebra-state", features = ["proptest-impl"] }
Expand Down
4 changes: 2 additions & 2 deletions zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rocksdb = { version = "0.18.0", default_features = false, features = ["lz4"] }
serde = { version = "1.0.137", features = ["serde_derive"] }
tempfile = "3.3.0"
thiserror = "1.0.31"
tokio = { version = "1.18.2", features = ["sync"] }
tokio = { version = "1.19.2", features = ["sync"] }
tower = { version = "0.4.12", features = ["buffer", "util"] }
tracing = "0.1.31"

Expand All @@ -48,7 +48,7 @@ proptest-derive = "0.3.0"
halo2 = { package = "halo2_proofs", version = "0.1.0" }
jubjub = "0.9.0"

tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.19.2", features = ["full"] }

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/" }
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ once_cell = "1.12.0"
rand = { version = "0.8.5", package = "rand" }
regex = "1.5.6"

tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.19.2", features = ["full"] }
tower = { version = "0.4.12", features = ["util"] }
futures = "0.3.21"

Expand Down
4 changes: 2 additions & 2 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ toml = "0.5.9"

hyper = { version = "0.14.19", features = ["full"] }
futures = "0.3.21"
tokio = { version = "1.18.2", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tokio = { version = "1.19.2", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.12", features = ["hedge", "limit"] }
pin-project = "1.0.10"

Expand Down Expand Up @@ -120,7 +120,7 @@ semver = "1.0.9"
# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.81", features = ["preserve_order"] }
tempfile = "3.3.0"
tokio = { version = "1.18.2", features = ["full", "test-util"] }
tokio = { version = "1.19.2", features = ["full", "test-util"] }
tokio-stream = "0.1.8"

# test feature lightwalletd-grpc-tests
Expand Down

0 comments on commit 8d0a1b0

Please sign in to comment.