From a1f978e2807025fae89d4753ee6741292393b16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 01:28:41 +0000 Subject: [PATCH] chore(deps): bump tokio-util from 0.6.8 to 0.6.9 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.8 to 0.6.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.6.8...tokio-util-0.6.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 ++-- grpc-router/Cargo.toml | 2 +- influxdb_iox/Cargo.toml | 2 +- object_store/Cargo.toml | 2 +- query/Cargo.toml | 2 +- server/Cargo.toml | 2 +- tracker/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2da4a31326..b3e0d3be5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4442,9 +4442,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd" +checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" dependencies = [ "bytes", "futures-core", diff --git a/grpc-router/Cargo.toml b/grpc-router/Cargo.toml index 48b8c02c3f..748ef8247a 100644 --- a/grpc-router/Cargo.toml +++ b/grpc-router/Cargo.toml @@ -15,7 +15,7 @@ prost-types = "0.8" thiserror = "1.0.30" tokio = { version = "1.11", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] } tokio-stream = { version = "0.1.2", features = ["net"] } -tokio-util = { version = "0.6.3" } +tokio-util = { version = "0.6.9" } tonic = "0.5" tonic-reflection = "0.2.0" diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index 9d998d09f6..9ce72c8a70 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -76,7 +76,7 @@ thiserror = "1.0.30" tikv-jemalloc-ctl = { version = "0.4.0" } tokio = { version = "1.11", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] } tokio-stream = { version = "0.1.2", features = ["net"] } -tokio-util = { version = "0.6.3" } +tokio-util = { version = "0.6.9" } tonic = "0.5.0" tonic-health = "0.4.0" tonic-reflection = "0.2.0" diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index 8986302f91..8271be5f8f 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -26,7 +26,7 @@ rusoto_s3 = { version = "0.47.0", optional = true} snafu = "0.6.10" tokio = { version = "1.11", features = ["macros", "fs", "io-util", "rt-multi-thread", "time"] } # Filesystem integration -tokio-util = { version = "0.6.3", features = [ "codec", "io" ] } +tokio-util = { version = "0.6.9", features = [ "codec", "io" ] } reqwest = { version = "0.11", optional = true } # Filesystem integration walkdir = "2" diff --git a/query/Cargo.toml b/query/Cargo.toml index 8d402d4677..9a2120d6c9 100644 --- a/query/Cargo.toml +++ b/query/Cargo.toml @@ -32,7 +32,7 @@ schema = { path = "../schema" } snafu = "0.6.9" tokio = { version = "1.11", features = ["macros"] } tokio-stream = "0.1.2" -tokio-util = { version = "0.6.3" } +tokio-util = { version = "0.6.9" } trace = { path = "../trace" } predicate = { path = "../predicate" } diff --git a/server/Cargo.toml b/server/Cargo.toml index afdb1e9497..48140a0696 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -54,7 +54,7 @@ snap = "1.0.0" time = { path = "../time" } trace = { path = "../trace" } tokio = { version = "1.11", features = ["macros", "time"] } -tokio-util = { version = "0.6.3" } +tokio-util = { version = "0.6.9" } tracker = { path = "../tracker" } uuid = { version = "0.8", features = ["serde", "v4"] } write_buffer = { path = "../write_buffer" } diff --git a/tracker/Cargo.toml b/tracker/Cargo.toml index 3a71bcd1fc..bb87b0211c 100644 --- a/tracker/Cargo.toml +++ b/tracker/Cargo.toml @@ -16,7 +16,7 @@ parking_lot = "0.11.2" pin-project = "1.0" time = { path = "../time" } tokio = { version = "1.11", features = ["macros", "time"] } -tokio-util = { version = "0.6.3" } +tokio-util = { version = "0.6.9" } [dev-dependencies] # Need the multi-threaded executor for testing