From 661acc77f031b824b87704625b913aa70f4dd3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 02:01:19 +0000 Subject: [PATCH] chore(deps): Bump tokio-util from 0.7.8 to 0.7.9 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.8 to 0.7.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.8...tokio-util-0.7.9) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cache_system/Cargo.toml | 2 +- compactor/Cargo.toml | 2 +- executor/Cargo.toml | 2 +- garbage_collector/Cargo.toml | 2 +- import_export/Cargo.toml | 2 +- influxdb_iox/Cargo.toml | 2 +- ingester/Cargo.toml | 2 +- ingester_test_ctx/Cargo.toml | 2 +- ioxd_common/Cargo.toml | 2 +- ioxd_compactor/Cargo.toml | 2 +- ioxd_garbage_collector/Cargo.toml | 2 +- ioxd_ingester/Cargo.toml | 2 +- ioxd_querier/Cargo.toml | 2 +- ioxd_router/Cargo.toml | 2 +- ioxd_test/Cargo.toml | 2 +- querier/Cargo.toml | 2 +- tracker/Cargo.toml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6625ca4e94..98e659d4f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/cache_system/Cargo.toml b/cache_system/Cargo.toml index 10f0deb687..d17d0ed627 100644 --- a/cache_system/Cargo.toml +++ b/cache_system/Cargo.toml @@ -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" } diff --git a/compactor/Cargo.toml b/compactor/Cargo.toml index 6ec51dc6a8..065f36ef80 100644 --- a/compactor/Cargo.toml +++ b/compactor/Cargo.toml @@ -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"] } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index d3fb8679c1..7fe8c1ace1 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -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" } diff --git a/garbage_collector/Cargo.toml b/garbage_collector/Cargo.toml index 5e2084b44b..276697c8dd 100644 --- a/garbage_collector/Cargo.toml +++ b/garbage_collector/Cargo.toml @@ -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" } diff --git a/import_export/Cargo.toml b/import_export/Cargo.toml index 8900839e2b..86f63460a3 100644 --- a/import_export/Cargo.toml +++ b/import_export/Cargo.toml @@ -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" } diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index ff7b0c1fd9..a3eca710db 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -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 diff --git a/ingester/Cargo.toml b/ingester/Cargo.toml index 563db67072..81a0ecb28b 100644 --- a/ingester/Cargo.toml +++ b/ingester/Cargo.toml @@ -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" diff --git a/ingester_test_ctx/Cargo.toml b/ingester_test_ctx/Cargo.toml index b6370a3875..72dcad9235 100644 --- a/ingester_test_ctx/Cargo.toml +++ b/ingester_test_ctx/Cargo.toml @@ -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" } diff --git a/ioxd_common/Cargo.toml b/ioxd_common/Cargo.toml index 426db936d8..0fce9b5890 100644 --- a/ioxd_common/Cargo.toml +++ b/ioxd_common/Cargo.toml @@ -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 } diff --git a/ioxd_compactor/Cargo.toml b/ioxd_compactor/Cargo.toml index e093402d01..f6ea9e5ca8 100644 --- a/ioxd_compactor/Cargo.toml +++ b/ioxd_compactor/Cargo.toml @@ -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" } diff --git a/ioxd_garbage_collector/Cargo.toml b/ioxd_garbage_collector/Cargo.toml index 7adc06f191..64669c0b7c 100644 --- a/ioxd_garbage_collector/Cargo.toml +++ b/ioxd_garbage_collector/Cargo.toml @@ -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" diff --git a/ioxd_ingester/Cargo.toml b/ioxd_ingester/Cargo.toml index a0fc4ac901..a87c9e1d84 100644 --- a/ioxd_ingester/Cargo.toml +++ b/ioxd_ingester/Cargo.toml @@ -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" } diff --git a/ioxd_querier/Cargo.toml b/ioxd_querier/Cargo.toml index d34003b10b..edf6ee9e02 100644 --- a/ioxd_querier/Cargo.toml +++ b/ioxd_querier/Cargo.toml @@ -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 diff --git a/ioxd_router/Cargo.toml b/ioxd_router/Cargo.toml index 2a31381f92..592f35581f 100644 --- a/ioxd_router/Cargo.toml +++ b/ioxd_router/Cargo.toml @@ -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" } diff --git a/ioxd_test/Cargo.toml b/ioxd_test/Cargo.toml index 58e6ad2588..7483189b2b 100644 --- a/ioxd_test/Cargo.toml +++ b/ioxd_test/Cargo.toml @@ -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" } diff --git a/querier/Cargo.toml b/querier/Cargo.toml index 13ee12f74d..60f5b3f944 100644 --- a/querier/Cargo.toml +++ b/querier/Cargo.toml @@ -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" } diff --git a/tracker/Cargo.toml b/tracker/Cargo.toml index 5660b3fc8b..3143c12e35 100644 --- a/tracker/Cargo.toml +++ b/tracker/Cargo.toml @@ -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"