chore(deps): Bump tokio-util from 0.7.1 to 0.7.2 (#4605)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.1...tokio-util-0.7.2) --- 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>pull/24376/head
parent
f668a11f3e
commit
259d2486c1
compactor
executor
influxdb_iox
ingester
ioxd_common
ioxd_router
ioxd_test
querier
tracker
write_buffer
|
@ -848,7 +848,7 @@ dependencies = [
|
|||
"test_helpers",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"uuid 0.8.2",
|
||||
"workspace-hack",
|
||||
]
|
||||
|
@ -1518,7 +1518,7 @@ dependencies = [
|
|||
"parking_lot 0.12.0",
|
||||
"pin-project",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"workspace-hack",
|
||||
]
|
||||
|
||||
|
@ -1842,7 +1842,7 @@ dependencies = [
|
|||
"indexmap",
|
||||
"slab",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
@ -2202,7 +2202,7 @@ dependencies = [
|
|||
"tikv-jemalloc-sys",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tonic",
|
||||
"trace_exporters",
|
||||
"trogging",
|
||||
|
@ -2321,7 +2321,7 @@ dependencies = [
|
|||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tonic",
|
||||
"trace",
|
||||
"tracker",
|
||||
|
@ -2498,7 +2498,7 @@ dependencies = [
|
|||
"snafu",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tonic",
|
||||
"tonic-health",
|
||||
"tonic-reflection",
|
||||
|
@ -2592,7 +2592,7 @@ dependencies = [
|
|||
"router",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"trace",
|
||||
"workspace-hack",
|
||||
"write_buffer",
|
||||
|
@ -2609,7 +2609,7 @@ dependencies = [
|
|||
"ioxd_common",
|
||||
"metric",
|
||||
"snafu",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"trace",
|
||||
"workspace-hack",
|
||||
]
|
||||
|
@ -2752,7 +2752,7 @@ dependencies = [
|
|||
"serde_yaml",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tower",
|
||||
"tower-http 0.2.5",
|
||||
"tracing",
|
||||
|
@ -2809,7 +2809,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
@ -3436,7 +3436,7 @@ dependencies = [
|
|||
"snafu",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tracing",
|
||||
"walkdir",
|
||||
]
|
||||
|
@ -4139,7 +4139,7 @@ dependencies = [
|
|||
"test_helpers",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tonic",
|
||||
"trace",
|
||||
"uuid 0.8.2",
|
||||
|
@ -5608,7 +5608,7 @@ dependencies = [
|
|||
"tempfile",
|
||||
"test_helpers",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tonic",
|
||||
"workspace-hack",
|
||||
]
|
||||
|
@ -5837,9 +5837,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-util"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
||||
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
|
@ -5883,7 +5883,7 @@ dependencies = [
|
|||
"prost-derive",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tower",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
|
@ -5948,7 +5948,7 @@ dependencies = [
|
|||
"rand",
|
||||
"slab",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
|
@ -6151,7 +6151,7 @@ dependencies = [
|
|||
"parking_lot 0.12.0",
|
||||
"pin-project",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"workspace-hack",
|
||||
]
|
||||
|
||||
|
@ -6654,7 +6654,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"tokio-rustls 0.23.4",
|
||||
"tokio-stream",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tower",
|
||||
"tracing",
|
||||
"tracing-core",
|
||||
|
@ -6695,7 +6695,7 @@ dependencies = [
|
|||
"tempfile",
|
||||
"test_helpers",
|
||||
"tokio",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"trace",
|
||||
"trace_http",
|
||||
"uuid 0.8.2",
|
||||
|
|
|
@ -24,7 +24,7 @@ snafu = "0.7"
|
|||
thiserror = "1.0"
|
||||
iox_time = { path = "../iox_time" }
|
||||
tokio = { version = "1.18", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.1" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ observability_deps = { path = "../observability_deps" }
|
|||
parking_lot = "0.12"
|
||||
pin-project = "1.0"
|
||||
tokio = { version = "1.18" }
|
||||
tokio-util = { version = "0.7.1" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
||||
# use libc on unix like platforms to set worker priority in DedicatedExecutor
|
||||
|
|
|
@ -56,7 +56,7 @@ thiserror = "1.0.31"
|
|||
tikv-jemalloc-ctl = { version = "0.4.0", optional = true }
|
||||
tokio = { version = "1.18", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
tokio-util = { version = "0.7.1" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
tonic = "0.7"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
# jemalloc-sys with unprefixed_malloc_on_supported_platforms feature and heappy are mutually exclusive
|
||||
|
|
|
@ -42,7 +42,7 @@ uuid = { version = "0.8", features = ["v4"] }
|
|||
workspace-hack = { path = "../workspace-hack"}
|
||||
write_buffer = { path = "../write_buffer" }
|
||||
write_summary = { path = "../write_summary" }
|
||||
tokio-util = { version = "0.7.1" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
trace = { path = "../trace" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -44,7 +44,7 @@ serde_urlencoded = "0.7.0"
|
|||
snafu = "0.7"
|
||||
tokio = { version = "1.18", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
tokio-util = { version = "0.7.0" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
tonic = "0.7"
|
||||
tonic-health = "0.6.0"
|
||||
tonic-reflection = "0.4.0"
|
||||
|
|
|
@ -24,5 +24,5 @@ hashbrown = "0.12"
|
|||
hyper = "0.14"
|
||||
thiserror = "1.0.31"
|
||||
tokio = { version = "1.18", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.1" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
@ -17,5 +17,5 @@ async-trait = "0.1"
|
|||
clap = { version = "3", features = ["derive", "env"] }
|
||||
hyper = "0.14"
|
||||
snafu = "0.7"
|
||||
tokio-util = { version = "0.7.1" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
|
|
@ -32,7 +32,7 @@ snafu = "0.7"
|
|||
thiserror = "1.0"
|
||||
iox_time = { path = "../iox_time" }
|
||||
tokio = { version = "1.18", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.1" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
tonic = { version = "0.7" }
|
||||
trace = { path = "../trace" }
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
|
|
|
@ -16,7 +16,7 @@ parking_lot = "0.12"
|
|||
pin-project = "1.0"
|
||||
iox_time = { path = "../iox_time" }
|
||||
tokio = { version = "1.18", features = ["macros", "parking_lot", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.1" }
|
||||
tokio-util = { version = "0.7.2" }
|
||||
workspace-hack = { path = "../workspace-hack"}
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -25,7 +25,7 @@ prost = "0.10"
|
|||
rskafka = { git = "https://github.com/influxdata/rskafka.git", rev="39cd7d809fe0b27c0bb5e70d8dda9964d82a5540", default-features = false, features = ["compression-snappy"] }
|
||||
schema = { path = "../schema" }
|
||||
tokio = { version = "1.18", features = ["fs", "macros", "parking_lot", "rt", "sync", "time"] }
|
||||
tokio-util = "0.7.1"
|
||||
tokio-util = "0.7.2"
|
||||
trace = { path = "../trace" }
|
||||
trace_http = { path = "../trace_http" }
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
|
|
Loading…
Reference in New Issue