Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent 55d58ed commit a8e71b3
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4517,9 +4517,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"

[[package]]
name = "tokio"
version = "1.29.0"
version = "1.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f"
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
dependencies = [
"autocfg",
"backtrace",
Expand Down
4 changes: 2 additions & 2 deletions tower-batch-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures = "0.3.28"
futures-core = "0.3.28"
pin-project = "1.1.0"
rayon = "1.7.0"
tokio = { version = "1.29.0", features = ["time", "sync", "tracing", "macros"] }
tokio = { version = "1.29.1", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.8"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.37"
Expand All @@ -41,7 +41,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
ed25519-zebra = "4.0.0"
rand = "0.8.5"

tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }
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 @@ -22,6 +22,6 @@ futures-core = "0.3.28"
tracing = "0.1.37"

[dev-dependencies]
tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }

zebra-test = { path = "../zebra-test/" }
4 changes: 2 additions & 2 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ proptest-derive = { version = "0.3.0", optional = true }
rand = { version = "0.8.5", optional = true }
rand_chacha = { version = "0.3.1", optional = true }

tokio = { version = "1.29.0", features = ["tracing"], optional = true }
tokio = { version = "1.29.1", features = ["tracing"], optional = true }

zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.27", optional = true }

Expand All @@ -140,7 +140,7 @@ proptest-derive = "0.3.0"
rand = "0.8.5"
rand_chacha = "0.3.1"

tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }

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 @@ -53,7 +53,7 @@ futures = "0.3.28"
futures-util = "0.3.28"
metrics = "0.21.0"
thiserror = "1.0.40"
tokio = { version = "1.29.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tokio = { version = "1.29.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.37"
tracing-futures = "0.2.5"
Expand Down Expand Up @@ -89,7 +89,7 @@ proptest = "1.2.0"
proptest-derive = "0.3.0"
spandoc = "0.2.2"

tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }
tracing-error = "0.2.0"
tracing-subscriber = "0.3.17"

Expand Down
4 changes: 2 additions & 2 deletions zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tempfile = "3.5.0"
thiserror = "1.0.40"

futures = "0.3.28"
tokio = { version = "1.29.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio = { version = "1.29.1", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.14", features = ["sync", "time"] }
tokio-util = { version = "0.7.8", features = ["codec"] }
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
Expand Down Expand Up @@ -90,7 +90,7 @@ proptest = "1.2.0"
proptest-derive = "0.3.0"

static_assertions = "1.1.0"
tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }
toml = "0.7.5"

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 @@ -54,7 +54,7 @@ num_cpus = "1.16.0"
serde_json = { version = "1.0.99", features = ["preserve_order"] }
indexmap = { version = "2.0.0", features = ["serde"] }

tokio = { version = "1.29.0", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tokio = { version = "1.29.1", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.13"

tracing = "0.1.37"
Expand Down Expand Up @@ -83,7 +83,7 @@ insta = { version = "1.30.0", features = ["redactions", "json", "ron"] }
proptest = "1.2.0"

thiserror = "1.0.40"
tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-consensus = { path = "../zebra-consensus", 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 @@ -62,7 +62,7 @@ tempfile = "3.5.0"
thiserror = "1.0.40"

rayon = "1.7.0"
tokio = { version = "1.29.0", features = ["rt-multi-thread", "sync", "tracing"] }
tokio = { version = "1.29.1", features = ["rt-multi-thread", "sync", "tracing"] }
tower = { version = "0.4.13", features = ["buffer", "util"] }
tracing = "0.1.37"

Expand Down Expand Up @@ -100,7 +100,7 @@ rand = "0.8.5"
halo2 = { package = "halo2_proofs", version = "0.3.0" }
jubjub = "0.10.0"

tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }

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 @@ -24,7 +24,7 @@ once_cell = "1.18.0"
rand = "0.8.5"
regex = "1.8.4"

tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.13", features = ["util"] }
futures = "0.3.28"

Expand Down
2 changes: 1 addition & 1 deletion zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ regex = { version = "1.8.4", optional = true }
reqwest = { version = "0.11.18", optional = true }

# These crates are needed for the zebra-checkpoints and search-issue-refs binaries
tokio = { version = "1.29.0", features = ["full"], optional = true }
tokio = { version = "1.29.1", features = ["full"], optional = true }
4 changes: 2 additions & 2 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ toml = "0.7.5"

futures = "0.3.28"
rayon = "1.7.0"
tokio = { version = "1.29.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tokio = { version = "1.29.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }
pin-project = "1.1.0"

Expand Down Expand Up @@ -227,7 +227,7 @@ tempfile = "3.5.0"
hyper = { version = "0.14.27", features = ["http1", "http2", "server"]}
tracing-test = { version = "0.2.4", features = ["no-env-filter"] }

tokio = { version = "1.29.0", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }
tokio-stream = "0.1.14"

# test feature lightwalletd-grpc-tests
Expand Down

0 comments on commit a8e71b3

Please sign in to comment.