build(deps): bump tokio-util from 0.7.3 to 0.7.4 (#5118)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.3...tokio-util-0.7.4) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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
a58b72c92b
commit
e67452f78d
|
@ -4931,7 +4931,7 @@ dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-util 0.7.3",
|
"tokio-util 0.7.4",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -4964,9 +4964,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-util"
|
name = "tokio-util"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
@ -5009,7 +5009,7 @@ dependencies = [
|
||||||
"prost-derive",
|
"prost-derive",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
"tokio-util 0.7.3",
|
"tokio-util 0.7.4",
|
||||||
"tower",
|
"tower",
|
||||||
"tower-layer",
|
"tower-layer",
|
||||||
"tower-service",
|
"tower-service",
|
||||||
|
@ -5432,7 +5432,7 @@ dependencies = [
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"slab",
|
"slab",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-util 0.7.3",
|
"tokio-util 0.7.4",
|
||||||
"tower-layer",
|
"tower-layer",
|
||||||
"tower-service",
|
"tower-service",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
@ -5452,7 +5452,7 @@ dependencies = [
|
||||||
"tinyvec",
|
"tinyvec",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-test",
|
"tokio-test",
|
||||||
"tokio-util 0.7.3",
|
"tokio-util 0.7.4",
|
||||||
"tower",
|
"tower",
|
||||||
"tower-fallback",
|
"tower-fallback",
|
||||||
"tower-test",
|
"tower-test",
|
||||||
|
@ -6461,7 +6461,7 @@ dependencies = [
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
"tokio-util 0.7.3",
|
"tokio-util 0.7.4",
|
||||||
"toml",
|
"toml",
|
||||||
"tor-rtcompat",
|
"tor-rtcompat",
|
||||||
"tower",
|
"tower",
|
||||||
|
|
|
@ -11,7 +11,7 @@ futures-core = "0.3.24"
|
||||||
pin-project = "1.0.12"
|
pin-project = "1.0.12"
|
||||||
rayon = "1.5.3"
|
rayon = "1.5.3"
|
||||||
tokio = { version = "1.21.0", features = ["time", "sync", "tracing", "macros"] }
|
tokio = { version = "1.21.0", features = ["time", "sync", "tracing", "macros"] }
|
||||||
tokio-util = "0.7.3"
|
tokio-util = "0.7.4"
|
||||||
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
tower = { version = "0.4.13", features = ["util", "buffer"] }
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.31"
|
||||||
tracing-futures = "0.2.5"
|
tracing-futures = "0.2.5"
|
||||||
|
|
|
@ -32,7 +32,7 @@ thiserror = "1.0.34"
|
||||||
futures = "0.3.24"
|
futures = "0.3.24"
|
||||||
tokio = { version = "1.21.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
tokio = { version = "1.21.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
||||||
tokio-stream = { version = "0.1.9", features = ["sync", "time"] }
|
tokio-stream = { version = "0.1.9", features = ["sync", "time"] }
|
||||||
tokio-util = { version = "0.7.3", features = ["codec"] }
|
tokio-util = { version = "0.7.4", 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.18.1"
|
metrics = "0.18.1"
|
||||||
|
|
Loading…
Reference in New Issue