Skip to content

Commit

Permalink
build(deps): bump tokio-util from 0.7.10 to 0.7.11 in the prod group (#…
Browse files Browse the repository at this point in the history
…8509)

Bumps the prod group with 1 update: [tokio-util](https://github.com/tokio-rs/tokio).


Updates `tokio-util` from 0.7.10 to 0.7.11
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.10...tokio-util-0.7.11)

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

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] committed May 7, 2024
1 parent 0ca01e6 commit 6506d73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ dependencies = [
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"tracing",
]

Expand All @@ -1715,7 +1715,7 @@ dependencies = [
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"tracing",
]

Expand Down Expand Up @@ -3695,7 +3695,7 @@ dependencies = [
"system-configuration",
"tokio",
"tokio-rustls",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"tower-service",
"url",
"wasm-bindgen",
Expand Down Expand Up @@ -4669,7 +4669,7 @@ dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
]

[[package]]
Expand Down Expand Up @@ -4701,16 +4701,15 @@ dependencies = [

[[package]]
name = "tokio-util"
version = "0.7.10"
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]

[[package]]
Expand Down Expand Up @@ -4875,7 +4874,7 @@ dependencies = [
"rand 0.8.5",
"slab",
"tokio",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"tower-layer",
"tower-service",
"tracing",
Expand All @@ -4895,7 +4894,7 @@ dependencies = [
"tinyvec",
"tokio",
"tokio-test",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"tower",
"tower-fallback",
"tower-test",
Expand Down Expand Up @@ -6147,7 +6146,7 @@ dependencies = [
"thiserror",
"tokio",
"tokio-stream",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"toml 0.8.12",
"tower",
"tracing",
Expand Down
2 changes: 1 addition & 1 deletion tower-batch-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures-core = "0.3.28"
pin-project = "1.1.5"
rayon = "1.10.0"
tokio = { version = "1.37.0", features = ["time", "sync", "tracing", "macros"] }
tokio-util = "0.7.10"
tokio-util = "0.7.11"
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.39"
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 @@ -63,7 +63,7 @@ thiserror = "1.0.59"
futures = "0.3.30"
tokio = { version = "1.37.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.15", features = ["sync", "time"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }

metrics = "0.22.3"
Expand Down

0 comments on commit 6506d73

Please sign in to comment.