Skip to content

Commit

Permalink
Merge pull request #8788 from influxdata/dependabot/cargo/tokio-util-…
Browse files Browse the repository at this point in the history
…0.7.9

chore(deps): Bump tokio-util from 0.7.8 to 0.7.9
  • Loading branch information
domodwyer authored Sep 21, 2023
2 parents 008b60c + 25f3147 commit 427daa8
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cache_system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion compactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion garbage_collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion import_export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion influxdb_iox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ingester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ingester_test_ctx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion ioxd_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion ioxd_compactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion ioxd_garbage_collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ioxd_ingester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion ioxd_querier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ioxd_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion ioxd_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion querier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion tracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 427daa8

Please sign in to comment.