Bump tokio from 0.2.24 to 1.0.2

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-15 07:01:07 +00:00 committed by GitHub
parent e5705171a7
commit 54bd30e445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 11 deletions

30
Cargo.lock generated
View file

@ -118,7 +118,7 @@ dependencies = [
"tar",
"tempdir",
"tinytemplate",
"tokio",
"tokio 1.0.2",
]
[[package]]
@ -257,7 +257,7 @@ dependencies = [
"serde",
"serde_derive",
"serde_json",
"tokio",
"tokio 0.2.24",
"url",
]
@ -541,7 +541,7 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio",
"tokio 0.2.24",
"tokio-util",
"tracing",
"tracing-futures",
@ -646,7 +646,7 @@ dependencies = [
"itoa",
"pin-project 1.0.2",
"socket2",
"tokio",
"tokio 0.2.24",
"tower-service",
"tracing",
"want",
@ -661,7 +661,7 @@ dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio 0.2.24",
"tokio-tls",
]
@ -1250,7 +1250,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio 0.2.24",
"tokio-tls",
"url",
"wasm-bindgen",
@ -1590,14 +1590,24 @@ dependencies = [
"num_cpus",
"pin-project-lite 0.1.11",
"slab",
]
[[package]]
name = "tokio"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca04cec6ff2474c638057b65798f60ac183e5e79d3448bb7163d36a39cff6ec"
dependencies = [
"autocfg",
"pin-project-lite 0.2.0",
"tokio-macros",
]
[[package]]
name = "tokio-macros"
version = "0.2.6"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
dependencies = [
"proc-macro2",
"quote",
@ -1611,7 +1621,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
dependencies = [
"native-tls",
"tokio",
"tokio 0.2.24",
]
[[package]]
@ -1625,7 +1635,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite 0.1.11",
"tokio",
"tokio 0.2.24",
]
[[package]]

View file

@ -18,7 +18,7 @@ bin-dir = "{ bin }{ format }"
crates_io_api = "0.6.1"
cargo_metadata = "0.12.2"
tinytemplate = "1.2.0"
tokio = { version = "0.2.24", features = [ "macros" ] }
tokio = { version = "1.0.2", features = [ "macros" ] }
log = "0.4.13"
structopt = "0.3.21"
simplelog = "0.9.0"