build(deps): bump tokio-util from 0.7.10 to 0.7.11 in the prod group (#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](https://github.com/tokio-rs/tokio/compare/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>
This commit is contained in:
dependabot[bot] 2024-05-07 19:46:59 +00:00 committed by GitHub
parent 0ca01e6a46
commit 6506d73df5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 12 deletions

View File

@ -1696,7 +1696,7 @@ dependencies = [
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"tracing",
]
@ -1715,7 +1715,7 @@ dependencies = [
"indexmap 2.2.6",
"slab",
"tokio",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"tracing",
]
@ -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",
@ -4669,7 +4669,7 @@ dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
]
[[package]]
@ -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]]
@ -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",
@ -4895,7 +4894,7 @@ dependencies = [
"tinyvec",
"tokio",
"tokio-test",
"tokio-util 0.7.10",
"tokio-util 0.7.11",
"tower",
"tower-fallback",
"tower-test",
@ -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",

View File

@ -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"

View File

@ -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"