Skip to content

Commit

Permalink
Merge of #6570
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed May 4, 2023
2 parents bb40548 + 6ce4bfe commit d6821c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ dependencies = [
"indexmap",
"slab",
"tokio",
"tokio-util 0.7.7",
"tokio-util 0.7.8",
"tracing",
]

Expand Down Expand Up @@ -3885,7 +3885,7 @@ dependencies = [
"tokio",
"tokio-native-tls",
"tokio-rustls",
"tokio-util 0.7.7",
"tokio-util 0.7.8",
"tower-service",
"url",
"wasm-bindgen",
Expand Down Expand Up @@ -4842,7 +4842,7 @@ dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util 0.7.7",
"tokio-util 0.7.8",
]

[[package]]
Expand Down Expand Up @@ -4874,9 +4874,9 @@ dependencies = [

[[package]]
name = "tokio-util"
version = "0.7.7"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
dependencies = [
"bytes",
"futures-core",
Expand Down Expand Up @@ -4953,7 +4953,7 @@ dependencies = [
"prost-derive",
"tokio",
"tokio-stream",
"tokio-util 0.7.7",
"tokio-util 0.7.8",
"tower",
"tower-layer",
"tower-service",
Expand Down Expand Up @@ -5017,7 +5017,7 @@ dependencies = [
"rand 0.8.5",
"slab",
"tokio",
"tokio-util 0.7.7",
"tokio-util 0.7.8",
"tower-layer",
"tower-service",
"tracing",
Expand All @@ -5037,7 +5037,7 @@ dependencies = [
"tinyvec",
"tokio",
"tokio-test",
"tokio-util 0.7.7",
"tokio-util 0.7.8",
"tower",
"tower-fallback",
"tower-test",
Expand Down Expand Up @@ -6134,7 +6134,7 @@ dependencies = [
"thiserror",
"tokio",
"tokio-stream",
"tokio-util 0.7.7",
"tokio-util 0.7.8",
"toml 0.7.3",
"tower",
"tracing",
Expand Down
2 changes: 1 addition & 1 deletion tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ futures-core = "0.3.28"
pin-project = "1.0.12"
rayon = "1.7.0"
tokio = { version = "1.28.0", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.7"
tokio-util = "0.7.8"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.37"
tracing-futures = "0.2.5"
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ thiserror = "1.0.40"
futures = "0.3.28"
tokio = { version = "1.28.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.14", features = ["sync", "time"] }
tokio-util = { version = "0.7.7", features = ["codec"] }
tokio-util = { version = "0.7.8", features = ["codec"] }
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }

metrics = "0.21.0"
Expand Down

0 comments on commit d6821c9

Please sign in to comment.