chore(deps): Bump tokio-util from 0.7.0 to 0.7.1 (#4154)

* chore(deps): Bump tokio-util from 0.7.0 to 0.7.1

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.0...tokio-util-0.7.1)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Run cargo hakari tasks

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CircleCI[bot] <circleci@influxdata.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-03-29 08:39:02 +00:00 committed by GitHub
parent a83ad1ce2b
commit 17af5fcbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 34 additions and 34 deletions

40
Cargo.lock generated
View File

@ -764,7 +764,7 @@ dependencies = [
"thiserror",
"time 0.1.0",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"uuid",
"workspace-hack",
]
@ -1235,7 +1235,7 @@ dependencies = [
"test_helpers",
"time 0.1.0",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"trace",
"tracker",
"uuid",
@ -1455,7 +1455,7 @@ dependencies = [
"parking_lot 0.12.0",
"pin-project",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"workspace-hack",
]
@ -1758,7 +1758,7 @@ dependencies = [
"thiserror",
"tokio",
"tokio-stream",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tonic",
"tonic-build",
"tonic-reflection",
@ -2197,7 +2197,7 @@ dependencies = [
"time 0.1.0",
"tokio",
"tokio-stream",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tonic",
"tonic-health",
"tonic-reflection",
@ -2326,7 +2326,7 @@ dependencies = [
"time 0.1.0",
"tokio",
"tokio-stream",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tonic",
"tonic-health",
"tonic-reflection",
@ -2431,7 +2431,7 @@ dependencies = [
"thiserror",
"time 0.1.0",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tonic",
"trace",
"tracker",
@ -2753,7 +2753,7 @@ dependencies = [
"serde_yaml",
"thiserror",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tower",
"tower-http",
"tracing",
@ -2810,7 +2810,7 @@ dependencies = [
"smallvec",
"thiserror",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tracing",
]
@ -3475,7 +3475,7 @@ dependencies = [
"tempfile",
"time 0.1.0",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"walkdir",
"workspace-hack",
]
@ -4214,7 +4214,7 @@ dependencies = [
"thiserror",
"time 0.1.0",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tonic",
"trace",
"uuid",
@ -4247,7 +4247,7 @@ dependencies = [
"test_helpers",
"tokio",
"tokio-stream",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"trace",
"workspace-hack",
]
@ -5119,7 +5119,7 @@ dependencies = [
"test_helpers",
"time 0.1.0",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"trace",
"tracker",
"uuid",
@ -5918,17 +5918,17 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64910e1b9c1901aaf5375561e35b9c057d95ff41a44ede043a03e09279eabaf1"
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"slab",
"tokio",
"tracing",
]
[[package]]
@ -6027,7 +6027,7 @@ dependencies = [
"rand",
"slab",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tower-layer",
"tower-service",
"tracing",
@ -6210,7 +6210,7 @@ dependencies = [
"pin-project",
"time 0.1.0",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"workspace-hack",
]
@ -6705,7 +6705,7 @@ dependencies = [
"tokio",
"tokio-rustls 0.23.3",
"tokio-stream",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"tower",
"tracing",
"tracing-core",
@ -6745,7 +6745,7 @@ dependencies = [
"test_helpers",
"time 0.1.0",
"tokio",
"tokio-util 0.7.0",
"tokio-util 0.7.1",
"trace",
"trace_http",
"uuid",

View File

@ -26,7 +26,7 @@ snafu = "0.7"
thiserror = "1.0"
time = { path = "../time" }
tokio = { version = "1.17", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
uuid = { version = "0.8", features = ["v4"] }
workspace-hack = { path = "../workspace-hack"}

View File

@ -38,7 +38,7 @@ schema = { path = "../schema" }
snafu = "0.7"
time = { path = "../time" }
tokio = { version = "1.17", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
trace = { path = "../trace" }
tracker = { path = "../tracker" }
uuid = { version = "0.8", features = ["v4"] }

View File

@ -9,7 +9,7 @@ observability_deps = { path = "../observability_deps" }
parking_lot = "0.12"
pin-project = "1.0"
tokio = { version = "1.17" }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
workspace-hack = { path = "../workspace-hack"}
# use libc on unix like platforms to set worker priority in DedicatedExecutor

View File

@ -15,7 +15,7 @@ prost-types = "0.9"
thiserror = "1.0.30"
tokio = { version = "1.17", features = ["macros", "parking_lot", "rt-multi-thread"] }
tokio-stream = { version = "0.1", features = ["net"] }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
tonic = "0.6"
tonic-reflection = "0.3.0"

View File

@ -93,7 +93,7 @@ thiserror = "1.0.30"
tikv-jemalloc-ctl = { version = "0.4.0", optional = true }
tokio = { version = "1.17", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["net"] }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
tonic = "0.6"
tonic-health = "0.5.0"
tonic-reflection = "0.3.0"

View File

@ -87,7 +87,7 @@ thiserror = "1.0.30"
tikv-jemalloc-ctl = { version = "0.4.0", optional = true }
tokio = { version = "1.17", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["net"] }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
tonic = "0.6"
tonic-health = "0.5.0"
tonic-reflection = "0.3.0"

View File

@ -44,7 +44,7 @@ tracker = { path = "../tracker" }
uuid = { version = "0.8", features = ["v4"] }
workspace-hack = { path = "../workspace-hack"}
write_buffer = { path = "../write_buffer" }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
trace = { path = "../trace" }
[dev-dependencies]

View File

@ -31,7 +31,7 @@ rusoto_s3 = { version = "0.47.0", optional = true, default-features = false, fea
snafu = "0.7"
tokio = { version = "1.17", features = ["fs", "io-util", "macros", "parking_lot", "rt-multi-thread", "time"] }
# Filesystem integration
tokio-util = { version = "0.7.0", features = [ "codec", "io" ] }
tokio-util = { version = "0.7.1", features = [ "codec", "io" ] }
reqwest = { version = "0.11", optional = true, default-features = false, features = ["rustls-tls"] }
# Filesystem integration
walkdir = "2"

View File

@ -33,7 +33,7 @@ snafu = "0.7"
thiserror = "1.0"
time = { path = "../time" }
tokio = { version = "1.17", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
tonic = { version = "0.6" }
trace = { path = "../trace" }
uuid = { version = "0.8", features = ["v4"] }

View File

@ -34,7 +34,7 @@ schema = { path = "../schema" }
snafu = "0.7"
tokio = { version = "1.17", features = ["macros", "parking_lot"] }
tokio-stream = "0.1"
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
trace = { path = "../trace" }
predicate = { path = "../predicate" }
workspace-hack = { path = "../workspace-hack"}

View File

@ -35,7 +35,7 @@ snafu = "0.7"
time = { path = "../time" }
trace = { path = "../trace" }
tokio = { version = "1.17", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
tracker = { path = "../tracker" }
uuid = { version = "0.8", features = ["v4"] }
write_buffer = { path = "../write_buffer" }

View File

@ -16,7 +16,7 @@ parking_lot = "0.12"
pin-project = "1.0"
time = { path = "../time" }
tokio = { version = "1.17", features = ["macros", "parking_lot", "sync", "time"] }
tokio-util = { version = "0.7.0" }
tokio-util = { version = "0.7.1" }
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]

View File

@ -60,7 +60,7 @@ sqlx-core = { version = "0.5", default-features = false, features = ["_rt-tokio"
tokio = { version = "1", features = ["bytes", "fs", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros"] }
tokio-rustls = { version = "0.23", default-features = false, features = ["logging", "tls12"] }
tokio-stream = { version = "0.1", features = ["fs", "net", "time"] }
tokio-util = { version = "0.7", features = ["codec", "io", "slab", "time"] }
tokio-util = { version = "0.7", features = ["codec", "io", "slab", "time", "tracing"] }
tower = { version = "0.4", features = ["__common", "balance", "buffer", "discover", "filter", "futures-core", "futures-util", "indexmap", "limit", "load", "log", "make", "pin-project", "pin-project-lite", "rand", "ready-cache", "slab", "timeout", "tokio", "tokio-util", "tracing", "util"] }
tracing = { version = "0.1", features = ["attributes", "log", "max_level_trace", "release_max_level_debug", "std", "tracing-attributes"] }
tracing-core = { version = "0.1", features = ["lazy_static", "std"] }

View File

@ -25,7 +25,7 @@ rskafka = { git = "https://github.com/influxdata/rskafka.git", rev="39cd7d809fe0
schema = { path = "../schema" }
time = { path = "../time" }
tokio = { version = "1.17", features = ["fs", "macros", "parking_lot", "rt", "sync", "time"] }
tokio-util = "0.7.0"
tokio-util = "0.7.1"
trace = { path = "../trace" }
trace_http = { path = "../trace_http" }
uuid = { version = "0.8", features = ["v4"] }