Merge pull request #8788 from influxdata/dependabot/cargo/tokio-util-0.7.9
chore(deps): Bump tokio-util from 0.7.8 to 0.7.9pull/24376/head
commit
427daa82b0
|
@ -6179,9 +6179,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-util"
|
||||
version = "0.7.8"
|
||||
version = "0.7.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
||||
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
|
|
|
@ -17,7 +17,7 @@ parking_lot = { version = "0.12", features = ["arc_lock"] }
|
|||
pdatastructs = { version = "0.7", default-features = false, features = ["fixedbitset"] }
|
||||
rand = "0.8.3"
|
||||
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
trace = { path = "../trace"}
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ parquet_file = { path = "../parquet_file" }
|
|||
rand = "0.8.3"
|
||||
schema = { path = "../schema" }
|
||||
tokio = { version = "1", features = ["macros", "rt", "sync"] }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
trace = { version = "0.1.0", path = "../trace" }
|
||||
tracker = { path = "../tracker" }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
|
|
|
@ -14,7 +14,7 @@ parking_lot = "0.12"
|
|||
pin-project = "1.1"
|
||||
snafu = "0.7"
|
||||
tokio = { version = "1.32" }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
tokio_metrics_bridge = { path = "../tokio_metrics_bridge" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ observability_deps = { path = "../observability_deps" }
|
|||
snafu = "0.7"
|
||||
tokio = { version = "1", features = ["macros", "rt", "sync"] }
|
||||
tokio-stream = "0.1"
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
||||
|
|
|
@ -19,5 +19,5 @@ schema = { path = "../schema" }
|
|||
serde_json = "1.0.107"
|
||||
thiserror = "1.0.48"
|
||||
tokio = { version = "1.32" }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -74,7 +74,7 @@ thiserror = "1.0.48"
|
|||
tikv-jemalloc-ctl = { version = "0.5.4", optional = true }
|
||||
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time", "io-std"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
tokio-util = { version = "0.7.8", features = ["compat"] }
|
||||
tokio-util = { version = "0.7.9", features = ["compat"] }
|
||||
tonic = { workspace = true }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
# jemalloc-sys with unprefixed_malloc_on_supported_platforms feature and heappy are mutually exclusive
|
||||
|
|
|
@ -51,7 +51,7 @@ tokio = { version = "1.32", features = [
|
|||
"sync",
|
||||
"time",
|
||||
] }
|
||||
tokio-util = "0.7.8"
|
||||
tokio-util = "0.7.9"
|
||||
tonic = { workspace = true }
|
||||
trace = { version = "0.1.0", path = "../trace" }
|
||||
uuid = "1.4.1"
|
||||
|
|
|
@ -30,7 +30,7 @@ prost = { version = "0.11.9", default-features = false, features = ["std"] }
|
|||
tempfile = { version = "3.8.0" }
|
||||
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
|
||||
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
tokio-util = "0.7.8"
|
||||
tokio-util = "0.7.9"
|
||||
tonic = { workspace = true }
|
||||
trace = { version = "0.1.0", path = "../trace" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -43,7 +43,7 @@ serde_urlencoded = "0.7.0"
|
|||
snafu = "0.7"
|
||||
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
tonic = { workspace = true }
|
||||
tonic-health = { workspace = true }
|
||||
tonic-reflection = { workspace = true }
|
||||
|
|
|
@ -19,6 +19,6 @@ iox_query = { path = "../iox_query" }
|
|||
ioxd_common = { path = "../ioxd_common" }
|
||||
metric = { path = "../metric" }
|
||||
parquet_file = { path = "../parquet_file" }
|
||||
tokio-util = "0.7.8"
|
||||
tokio-util = "0.7.9"
|
||||
trace = { path = "../trace" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -16,4 +16,4 @@ snafu = "0.7"
|
|||
tokio = { version = "1", features = ["sync"] }
|
||||
trace = { path = "../trace" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
tokio-util = "0.7.8"
|
||||
tokio-util = "0.7.9"
|
||||
|
|
|
@ -20,6 +20,6 @@ metric = { path = "../metric" }
|
|||
parquet_file = { version = "0.1.0", path = "../parquet_file" }
|
||||
thiserror = "1.0.48"
|
||||
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
trace = { path = "../trace" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -34,7 +34,7 @@ thiserror = "1.0.48"
|
|||
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tonic = { workspace = true }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
tokio-util = "0.7.8"
|
||||
tokio-util = "0.7.9"
|
||||
|
||||
[dev-dependencies]
|
||||
# Workspace dependencies, in alphabetical order
|
||||
|
|
|
@ -31,6 +31,6 @@ tokio = { version = "1.32", features = [
|
|||
"sync",
|
||||
"time",
|
||||
] }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
trace = { path = "../trace" }
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -16,5 +16,5 @@ async-trait = "0.1"
|
|||
clap = { version = "4", features = ["derive", "env"] }
|
||||
hyper = "0.14"
|
||||
snafu = "0.7"
|
||||
tokio-util = "0.7.8"
|
||||
tokio-util = "0.7.9"
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
|
|
@ -37,7 +37,7 @@ service_common = { path = "../service_common" }
|
|||
schema = { path = "../schema" }
|
||||
snafu = "0.7"
|
||||
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
tonic = { workspace = true }
|
||||
trace = { path = "../trace" }
|
||||
trace_http = { path = "../trace_http" }
|
||||
|
|
|
@ -16,7 +16,7 @@ parking_lot = "0.12"
|
|||
pin-project = "1.1"
|
||||
iox_time = { path = "../iox_time" }
|
||||
tokio = { version = "1.32", features = ["macros", "parking_lot", "sync", "time"] }
|
||||
tokio-util = { version = "0.7.8" }
|
||||
tokio-util = { version = "0.7.9" }
|
||||
trace = { path = "../trace"}
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
sysinfo = "0.29.10"
|
||||
|
|
Loading…
Reference in New Issue