build(deps): bump tokio-util from 0.7.6 to 0.7.7 (#6150)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.6...tokio-util-0.7.7) --- updated-dependencies: - dependency-name: tokio-util 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>
This commit is contained in:
parent
909ae772a3
commit
a88d5cb5bd
|
@ -4388,7 +4388,7 @@ dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-util 0.7.6",
|
"tokio-util 0.7.7",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -4420,9 +4420,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-util"
|
name = "tokio-util"
|
||||||
version = "0.7.6"
|
version = "0.7.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bc6a3b08b64e6dfad376fa2432c7b1f01522e37a623c3050bc95db2d3ff21583"
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
@ -4499,7 +4499,7 @@ dependencies = [
|
||||||
"prost-derive",
|
"prost-derive",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
"tokio-util 0.7.6",
|
"tokio-util 0.7.7",
|
||||||
"tower",
|
"tower",
|
||||||
"tower-layer",
|
"tower-layer",
|
||||||
"tower-service",
|
"tower-service",
|
||||||
|
@ -4535,7 +4535,7 @@ dependencies = [
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"slab",
|
"slab",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-util 0.7.6",
|
"tokio-util 0.7.7",
|
||||||
"tower-layer",
|
"tower-layer",
|
||||||
"tower-service",
|
"tower-service",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
@ -4555,7 +4555,7 @@ dependencies = [
|
||||||
"tinyvec",
|
"tinyvec",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-test",
|
"tokio-test",
|
||||||
"tokio-util 0.7.6",
|
"tokio-util 0.7.7",
|
||||||
"tower",
|
"tower",
|
||||||
"tower-fallback",
|
"tower-fallback",
|
||||||
"tower-test",
|
"tower-test",
|
||||||
|
@ -5607,7 +5607,7 @@ dependencies = [
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
"tokio-util 0.7.6",
|
"tokio-util 0.7.7",
|
||||||
"toml 0.7.2",
|
"toml 0.7.2",
|
||||||
"tower",
|
"tower",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|
|
@ -11,7 +11,7 @@ futures-core = "0.3.26"
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
rayon = "1.6.1"
|
rayon = "1.6.1"
|
||||||
tokio = { version = "1.25.0", features = ["time", "sync", "tracing", "macros"] }
|
tokio = { version = "1.25.0", features = ["time", "sync", "tracing", "macros"] }
|
||||||
tokio-util = "0.7.6"
|
tokio-util = "0.7.7"
|
||||||
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
|
|
|
@ -33,7 +33,7 @@ thiserror = "1.0.38"
|
||||||
futures = "0.3.26"
|
futures = "0.3.26"
|
||||||
tokio = { version = "1.25.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
tokio = { version = "1.25.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
||||||
tokio-stream = { version = "0.1.11", features = ["sync", "time"] }
|
tokio-stream = { version = "0.1.11", features = ["sync", "time"] }
|
||||||
tokio-util = { version = "0.7.6", features = ["codec"] }
|
tokio-util = { version = "0.7.7", features = ["codec"] }
|
||||||
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
|
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
|
||||||
|
|
||||||
metrics = "0.20.1"
|
metrics = "0.20.1"
|
||||||
|
|
Loading…
Reference in New Issue