Merge pull request #2993 from influxdata/dependabot/cargo/tokio-util-0.6.9

chore(deps): bump tokio-util from 0.6.8 to 0.6.9
pull/24376/head
kodiakhq[bot] 2021-11-01 10:35:16 +00:00 committed by GitHub
commit f6e2472168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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" }

View File

@ -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" }

View File

@ -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