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.9
pull/24376/head
Dom 2023-09-21 14:04:16 +01:00 committed by GitHub
commit 427daa82b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 19 additions and 19 deletions

4
Cargo.lock generated
View File

@ -6179,9 +6179,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.8" version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-core", "futures-core",

View File

@ -17,7 +17,7 @@ parking_lot = { version = "0.12", features = ["arc_lock"] }
pdatastructs = { version = "0.7", default-features = false, features = ["fixedbitset"] } pdatastructs = { version = "0.7", default-features = false, features = ["fixedbitset"] }
rand = "0.8.3" rand = "0.8.3"
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } 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"} trace = { path = "../trace"}
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -29,7 +29,7 @@ parquet_file = { path = "../parquet_file" }
rand = "0.8.3" rand = "0.8.3"
schema = { path = "../schema" } schema = { path = "../schema" }
tokio = { version = "1", features = ["macros", "rt", "sync"] } 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" } trace = { version = "0.1.0", path = "../trace" }
tracker = { path = "../tracker" } tracker = { path = "../tracker" }
uuid = { version = "1", features = ["v4"] } uuid = { version = "1", features = ["v4"] }

View File

@ -14,7 +14,7 @@ parking_lot = "0.12"
pin-project = "1.1" pin-project = "1.1"
snafu = "0.7" snafu = "0.7"
tokio = { version = "1.32" } tokio = { version = "1.32" }
tokio-util = { version = "0.7.8" } tokio-util = { version = "0.7.9" }
tokio_metrics_bridge = { path = "../tokio_metrics_bridge" } tokio_metrics_bridge = { path = "../tokio_metrics_bridge" }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -19,7 +19,7 @@ observability_deps = { path = "../observability_deps" }
snafu = "0.7" snafu = "0.7"
tokio = { version = "1", features = ["macros", "rt", "sync"] } tokio = { version = "1", features = ["macros", "rt", "sync"] }
tokio-stream = "0.1" tokio-stream = "0.1"
tokio-util = { version = "0.7.8" } tokio-util = { version = "0.7.9" }
uuid = { version = "1", features = ["v4"] } uuid = { version = "1", features = ["v4"] }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -19,5 +19,5 @@ schema = { path = "../schema" }
serde_json = "1.0.107" serde_json = "1.0.107"
thiserror = "1.0.48" thiserror = "1.0.48"
tokio = { version = "1.32" } tokio = { version = "1.32" }
tokio-util = { version = "0.7.8" } tokio-util = { version = "0.7.9" }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -74,7 +74,7 @@ thiserror = "1.0.48"
tikv-jemalloc-ctl = { version = "0.5.4", optional = true } 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 = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time", "io-std"] }
tokio-stream = { version = "0.1", features = ["net"] } 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 } tonic = { workspace = true }
uuid = { version = "1", features = ["v4"] } uuid = { version = "1", features = ["v4"] }
# jemalloc-sys with unprefixed_malloc_on_supported_platforms feature and heappy are mutually exclusive # jemalloc-sys with unprefixed_malloc_on_supported_platforms feature and heappy are mutually exclusive

View File

@ -51,7 +51,7 @@ tokio = { version = "1.32", features = [
"sync", "sync",
"time", "time",
] } ] }
tokio-util = "0.7.8" tokio-util = "0.7.9"
tonic = { workspace = true } tonic = { workspace = true }
trace = { version = "0.1.0", path = "../trace" } trace = { version = "0.1.0", path = "../trace" }
uuid = "1.4.1" uuid = "1.4.1"

View File

@ -30,7 +30,7 @@ prost = { version = "0.11.9", default-features = false, features = ["std"] }
tempfile = { version = "3.8.0" } tempfile = { version = "3.8.0" }
test_helpers = { path = "../test_helpers", features = ["future_timeout"] } test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } 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 } tonic = { workspace = true }
trace = { version = "0.1.0", path = "../trace" } trace = { version = "0.1.0", path = "../trace" }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -43,7 +43,7 @@ serde_urlencoded = "0.7.0"
snafu = "0.7" snafu = "0.7"
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["net"] } tokio-stream = { version = "0.1", features = ["net"] }
tokio-util = { version = "0.7.8" } tokio-util = { version = "0.7.9" }
tonic = { workspace = true } tonic = { workspace = true }
tonic-health = { workspace = true } tonic-health = { workspace = true }
tonic-reflection = { workspace = true } tonic-reflection = { workspace = true }

View File

@ -19,6 +19,6 @@ iox_query = { path = "../iox_query" }
ioxd_common = { path = "../ioxd_common" } ioxd_common = { path = "../ioxd_common" }
metric = { path = "../metric" } metric = { path = "../metric" }
parquet_file = { path = "../parquet_file" } parquet_file = { path = "../parquet_file" }
tokio-util = "0.7.8" tokio-util = "0.7.9"
trace = { path = "../trace" } trace = { path = "../trace" }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -16,4 +16,4 @@ snafu = "0.7"
tokio = { version = "1", features = ["sync"] } tokio = { version = "1", features = ["sync"] }
trace = { path = "../trace" } trace = { path = "../trace" }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }
tokio-util = "0.7.8" tokio-util = "0.7.9"

View File

@ -20,6 +20,6 @@ metric = { path = "../metric" }
parquet_file = { version = "0.1.0", path = "../parquet_file" } parquet_file = { version = "0.1.0", path = "../parquet_file" }
thiserror = "1.0.48" thiserror = "1.0.48"
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } 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" } trace = { path = "../trace" }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -34,7 +34,7 @@ thiserror = "1.0.48"
tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tokio = { version = "1.32", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tonic = { workspace = true } tonic = { workspace = true }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }
tokio-util = "0.7.8" tokio-util = "0.7.9"
[dev-dependencies] [dev-dependencies]
# Workspace dependencies, in alphabetical order # Workspace dependencies, in alphabetical order

View File

@ -31,6 +31,6 @@ tokio = { version = "1.32", features = [
"sync", "sync",
"time", "time",
] } ] }
tokio-util = { version = "0.7.8" } tokio-util = { version = "0.7.9" }
trace = { path = "../trace" } trace = { path = "../trace" }
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -16,5 +16,5 @@ async-trait = "0.1"
clap = { version = "4", features = ["derive", "env"] } clap = { version = "4", features = ["derive", "env"] }
hyper = "0.14" hyper = "0.14"
snafu = "0.7" snafu = "0.7"
tokio-util = "0.7.8" tokio-util = "0.7.9"
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -37,7 +37,7 @@ service_common = { path = "../service_common" }
schema = { path = "../schema" } schema = { path = "../schema" }
snafu = "0.7" snafu = "0.7"
tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } 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 } tonic = { workspace = true }
trace = { path = "../trace" } trace = { path = "../trace" }
trace_http = { path = "../trace_http" } trace_http = { path = "../trace_http" }

View File

@ -16,7 +16,7 @@ parking_lot = "0.12"
pin-project = "1.1" pin-project = "1.1"
iox_time = { path = "../iox_time" } iox_time = { path = "../iox_time" }
tokio = { version = "1.32", features = ["macros", "parking_lot", "sync", "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"} trace = { path = "../trace"}
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }
sysinfo = "0.29.10" sysinfo = "0.29.10"