chore(deps): bump tokio from 1.12.0 to 1.13.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/24376/head
dependabot[bot] 2021-11-01 11:21:59 +00:00 committed by GitHub
parent f6e2472168
commit c540b40f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 30 additions and 30 deletions

8
Cargo.lock generated
View File

@ -1932,9 +1932,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.105"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
[[package]]
name = "libloading"
@ -4369,9 +4369,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"
dependencies = [
"autocfg",
"bytes",

View File

@ -13,4 +13,4 @@ tonic = { version = "0.5.0" }
tower = "0.4"
[dev-dependencies]
tokio = { version = "1.11", features = ["macros"] }
tokio = { version = "1.13", features = ["macros"] }

View File

@ -8,5 +8,5 @@ description = "Datafusion utilities"
[dependencies]
datafusion = { path = "../datafusion" }
futures = "0.3"
tokio = { version = "1.11", features = ["macros"] }
tokio = { version = "1.13", features = ["macros"] }
tokio-stream = "0.1.2"

View File

@ -13,7 +13,7 @@ paste = "1.0.5"
prost = "0.8"
prost-types = "0.8"
thiserror = "1.0.30"
tokio = { version = "1.11", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] }
tokio = { version = "1.13", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] }
tokio-stream = { version = "0.1.2", features = ["net"] }
tokio-util = { version = "0.6.9" }
tonic = "0.5"

View File

@ -17,5 +17,5 @@ url = "2.1.1"
mockito = "0.30"
once_cell = { version = "1.4.0", features = ["parking_lot"] }
parking_lot = "0.11.2"
tokio = { version = "1.11", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] }
test_helpers = { path = "../test_helpers" }

View File

@ -74,7 +74,7 @@ snafu = "0.6.9"
structopt = "0.3.25"
thiserror = "1.0.30"
tikv-jemalloc-ctl = { version = "0.4.0" }
tokio = { version = "1.11", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] }
tokio = { version = "1.13", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] }
tokio-stream = { version = "0.1.2", features = ["net"] }
tokio-util = { version = "0.6.9" }
tonic = "0.5.0"

View File

@ -29,4 +29,4 @@ uuid = { version = "0.8", features = ["v4"] }
[dev-dependencies] # In alphabetical order
serde_json = "1.0"
tokio = { version = "1.11", features = ["macros"] }
tokio = { version = "1.13", features = ["macros"] }

View File

@ -9,8 +9,8 @@ readme = "README.md"
[dependencies]
parking_lot = "0.11"
time = { path = "../time" }
tokio = { version = "1.11", features = ["sync"] }
tokio = { version = "1.13", features = ["sync"] }
[dev-dependencies]
futures = "0.3"
tokio = { version = "1.11", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }
tokio = { version = "1.13", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }

View File

@ -23,7 +23,7 @@ rand_seeder = "0.2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.67"
snafu = "0.6.8"
tokio = { version = "1.11", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] }
toml = "0.5.6"
tracing = "0.1"
tracing-subscriber = "0.3.1"

View File

@ -12,6 +12,6 @@ futures = "0.3"
object_store = { path = "../object_store" }
observability_deps = { path = "../observability_deps" }
snafu = "0.6"
tokio = { version = "1.11", features = ["macros", "time"] }
tokio = { version = "1.13", features = ["macros", "time"] }
tokio-stream = "0.1"
uuid = { version = "0.8", features = ["serde", "v4"] }

View File

@ -13,8 +13,8 @@ internal_types = { path = "../internal_types" }
observability_deps = { path = "../observability_deps" }
parking_lot = "0.11"
time = { path = "../time" }
tokio = { version = "1.11", features = ["macros", "time"] }
tokio = { version = "1.13", features = ["macros", "time"] }
tracker = { path = "../tracker" }
[dev-dependencies]
tokio = { version = "1.11", features = ["macros", "time", "rt"] }
tokio = { version = "1.13", features = ["macros", "time", "rt"] }

View File

@ -17,7 +17,7 @@ parking_lot = "0.11.2"
snafu = "0.6.2"
[dev-dependencies] # In alphabetical order
tokio = { version = "1.11", features = ["macros"] }
tokio = { version = "1.13", features = ["macros"] }
arrow_util = { path = "../arrow_util" }
test_helpers = { path = "../test_helpers" }

View File

@ -24,7 +24,7 @@ rusoto_core = { version = "0.47.0", optional = true}
rusoto_credential = { version = "0.47.0", optional = true}
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"] }
tokio = { version = "1.13", features = ["macros", "fs", "io-util", "rt-multi-thread", "time"] }
# Filesystem integration
tokio-util = { version = "0.6.9", features = [ "codec", "io" ] }
reqwest = { version = "0.11", optional = true }

View File

@ -29,7 +29,7 @@ schema = { path = "../schema" }
tempfile = "3.1.0"
thrift = "0.13"
time = { path = "../time" }
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] }
tokio = { version = "1.13", features = ["macros", "rt", "rt-multi-thread", "sync"] }
tokio-stream = "0.1"
uuid = { version = "0.8", features = ["serde", "v4"] }
zstd = "0.9"

View File

@ -29,7 +29,7 @@ schema = { path = "../schema" }
tempfile = "3.1.0"
thrift = "0.13"
time = { path = "../time" }
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] }
tokio = { version = "1.13", features = ["macros", "rt", "rt-multi-thread", "sync"] }
tokio-stream = "0.1"
uuid = { version = "0.8", features = ["serde", "v4"] }
zstd = "0.9"

View File

@ -20,4 +20,4 @@ sqlparser = "0.12.0"
[dev-dependencies]
test_helpers = { path = "../test_helpers" }
tokio = { version = "1.11", features = ["macros"] }
tokio = { version = "1.13", features = ["macros"] }

View File

@ -30,7 +30,7 @@ pin-project = "1.0"
regex = "1"
schema = { path = "../schema" }
snafu = "0.6.9"
tokio = { version = "1.11", features = ["macros"] }
tokio = { version = "1.13", features = ["macros"] }
tokio-stream = "0.1.2"
tokio-util = { version = "0.6.9" }
trace = { path = "../trace" }

View File

@ -26,4 +26,4 @@ schema = { path = "../schema" }
snafu = "0.6.3"
tempfile = "3.1.0"
test_helpers = { path = "../test_helpers" }
tokio = { version = "1.11", features = ["macros", "time"] }
tokio = { version = "1.13", features = ["macros", "time"] }

View File

@ -53,7 +53,7 @@ snafu = "0.6"
snap = "1.0.0"
time = { path = "../time" }
trace = { path = "../trace" }
tokio = { version = "1.11", features = ["macros", "time"] }
tokio = { version = "1.13", features = ["macros", "time"] }
tokio-util = { version = "0.6.9" }
tracker = { path = "../tracker" }
uuid = { version = "0.8", features = ["serde", "v4"] }
@ -62,7 +62,7 @@ write_buffer = { path = "../write_buffer" }
[dev-dependencies] # In alphabetical order
arrow_util = { path = "../arrow_util" }
datafusion = { path = "../datafusion" }
tokio = { version = "1.11", features = ["macros", "time"] }
tokio = { version = "1.13", features = ["macros", "time"] }
test_helpers = { path = "../test_helpers" }
[features]

View File

@ -28,7 +28,7 @@ query_tests = { path = "../query_tests" }
rand = "0.8.3"
server = { path = "../server" }
test_helpers = { path = "../test_helpers" }
tokio = { version = "1.11", features = ["macros", "time"] }
tokio = { version = "1.13", features = ["macros", "time"] }
[[bench]]
name = "influxrpc"

View File

@ -14,7 +14,7 @@ observability_deps = { path = "../observability_deps" }
snafu = "0.6"
structopt = { version = "0.3.25" }
thrift = { version = "0.13.0" }
tokio = { version = "1.11", features = ["macros", "time", "sync", "rt"] }
tokio = { version = "1.13", features = ["macros", "time", "sync", "rt"] }
trace = { path = "../trace" }
[dev-dependencies]

View File

@ -15,9 +15,9 @@ observability_deps = { path = "../observability_deps" }
parking_lot = "0.11.2"
pin-project = "1.0"
time = { path = "../time" }
tokio = { version = "1.11", features = ["macros", "time"] }
tokio = { version = "1.13", features = ["macros", "time"] }
tokio-util = { version = "0.6.9" }
[dev-dependencies]
# Need the multi-threaded executor for testing
tokio = { version = "1.11", features = ["macros", "time", "rt-multi-thread"] }
tokio = { version = "1.13", features = ["macros", "time", "rt-multi-thread"] }

View File

@ -16,7 +16,7 @@ parking_lot = "0.11.2"
pin-project = "1.0"
rdkafka = "0.27.0"
time = { path = "../time" }
tokio = { version = "1.11", features = ["macros", "fs"] }
tokio = { version = "1.13", features = ["macros", "fs"] }
trace = { path = "../trace" }
trace_http = { path = "../trace_http" }
uuid = { version = "0.8", features = ["serde", "v4"] }