Bump tokio from 1.1.1 to 1.2.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-08 07:07:05 +00:00
parent 8cc6d59587
commit 20f962b490
2 changed files with 16 additions and 16 deletions

30
Cargo.lock generated
View file

@ -92,7 +92,7 @@ dependencies = [
"futures-core",
"memchr",
"pin-project-lite 0.2.4",
"tokio 1.1.1",
"tokio 1.2.0",
]
[[package]]
@ -655,7 +655,7 @@ dependencies = [
"crossbeam-queue",
"num_cpus",
"serde",
"tokio 1.1.1",
"tokio 1.2.0",
]
[[package]]
@ -1096,7 +1096,7 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio 1.1.1",
"tokio 1.2.0",
"tokio-util 0.6.0",
"tracing",
"tracing-futures",
@ -1318,7 +1318,7 @@ dependencies = [
"itoa",
"pin-project 1.0.2",
"socket2",
"tokio 1.1.1",
"tokio 1.2.0",
"tower-service",
"tracing",
"want",
@ -1346,7 +1346,7 @@ dependencies = [
"bytes 1.0.0",
"hyper 0.14.2",
"native-tls",
"tokio 1.1.1",
"tokio 1.2.0",
"tokio-native-tls",
]
@ -1600,7 +1600,7 @@ dependencies = [
"shellexpand",
"structopt",
"tempfile",
"tokio 1.1.1",
"tokio 1.2.0",
"toml",
"url",
"uuid",
@ -2408,7 +2408,7 @@ dependencies = [
"pin-project-lite 0.2.4",
"serde",
"serde_urlencoded",
"tokio 1.1.1",
"tokio 1.2.0",
"tokio-native-tls",
"tokio-util 0.6.0",
"url",
@ -2957,9 +2957,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.1.1"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6714d663090b6b0acb0fa85841c6d66233d150cdb2602c8f9b8abb03370beb3f"
checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
dependencies = [
"autocfg",
"bytes 1.0.0",
@ -2977,9 +2977,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
dependencies = [
"proc-macro2",
"quote",
@ -2993,7 +2993,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio 1.1.1",
"tokio 1.2.0",
]
[[package]]
@ -3017,7 +3017,7 @@ checksum = "e4cdeb73537e63f98adcd73138af75e3f368ccaecffaa29d7eb61b9f5a440457"
dependencies = [
"futures-core",
"pin-project-lite 0.2.4",
"tokio 1.1.1",
"tokio 1.2.0",
]
[[package]]
@ -3055,7 +3055,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite 0.2.4",
"tokio 1.1.1",
"tokio 1.2.0",
"tokio-stream",
]
@ -3481,7 +3481,7 @@ dependencies = [
"regex",
"serde",
"serde_json",
"tokio 1.1.1",
"tokio 1.2.0",
]
[[package]]

View file

@ -49,7 +49,7 @@ version = "0.11.0"
[dependencies.tokio]
features = ["full"]
version = "1.1.1"
version = "1.2.0"
[dev-dependencies]
assert_cmd = "1.0.3"