build(deps): bump tokio from 1.1.0 to 1.2.0 (#319)

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-15 17:20:03 -05:00 committed by GitHub
parent 2fc9d3a8ff
commit 69c643865c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 17 deletions

34
Cargo.lock generated
View File

@ -240,7 +240,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
"tokio 1.1.0",
"tokio 1.2.0",
"tracing",
"tracing-futures",
]
@ -757,7 +757,7 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio 1.1.0",
"tokio 1.2.0",
"tokio-util 0.6.2",
"tracing",
"tracing-futures",
@ -909,7 +909,7 @@ dependencies = [
"itoa",
"pin-project 1.0.4",
"socket2",
"tokio 1.1.0",
"tokio 1.2.0",
"tower-service",
"tracing",
"want",
@ -937,7 +937,7 @@ dependencies = [
"bytes 1.0.0",
"hyper 0.14.2",
"native-tls",
"tokio 1.1.0",
"tokio 1.2.0",
"tokio-native-tls",
]
@ -1145,7 +1145,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
"tokio 1.1.0",
"tokio 1.2.0",
"tracing",
"tracing-futures",
]
@ -1425,7 +1425,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
"tokio 1.1.0",
"tokio 1.2.0",
"tracing",
"tracing-futures",
]
@ -1855,7 +1855,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded",
"tokio 1.1.0",
"tokio 1.2.0",
"tokio-native-tls",
"url",
"wasm-bindgen",
@ -2252,9 +2252,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8efab2086f17abcddb8f756117665c958feee6b2e39974c2f1600592ab3a4195"
checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
dependencies = [
"autocfg",
"bytes 1.0.0",
@ -2272,9 +2272,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",
@ -2288,7 +2288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio 1.1.0",
"tokio 1.2.0",
]
[[package]]
@ -2299,7 +2299,7 @@ checksum = "76066865172052eb8796c686f0b441a93df8b08d40a950b062ffb9a426f00edd"
dependencies = [
"futures-core",
"pin-project-lite 0.2.3",
"tokio 1.1.0",
"tokio 1.2.0",
]
[[package]]
@ -2321,7 +2321,7 @@ dependencies = [
"futures-util",
"log",
"pin-project 1.0.4",
"tokio 1.1.0",
"tokio 1.2.0",
"tungstenite",
]
@ -2351,7 +2351,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite 0.2.3",
"tokio 1.1.0",
"tokio 1.2.0",
"tokio-stream",
]
@ -2647,7 +2647,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded",
"tokio 1.1.0",
"tokio 1.2.0",
"tokio-stream",
"tokio-tungstenite",
"tokio-util 0.6.2",
@ -2848,7 +2848,7 @@ dependencies = [
"serde_yaml",
"sitemap",
"thiserror",
"tokio 1.1.0",
"tokio 1.2.0",
"tracing",
"tracing-futures",
"tracing-subscriber",