build(deps): bump tokio from 0.2.23 to 1.0.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-10 15:14:44 +00:00 committed by GitHub
parent a359f54a91
commit e552dcf864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 16 deletions

36
Cargo.lock generated
View File

@ -665,7 +665,7 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio",
"tokio 0.2.24",
"tokio-util",
"tracing",
"tracing-futures",
@ -783,7 +783,7 @@ dependencies = [
"itoa",
"pin-project 1.0.4",
"socket2",
"tokio",
"tokio 0.2.24",
"tower-service",
"tracing",
"want",
@ -798,7 +798,7 @@ dependencies = [
"bytes 0.5.6",
"hyper",
"native-tls",
"tokio",
"tokio 0.2.24",
"tokio-tls",
]
@ -1024,7 +1024,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio 1.0.1",
"tracing",
"tracing-futures",
]
@ -1272,7 +1272,7 @@ dependencies = [
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio 1.0.1",
"tracing",
"tracing-futures",
]
@ -1662,7 +1662,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded 0.7.0",
"tokio",
"tokio 0.2.24",
"tokio-tls",
"url",
"wasm-bindgen",
@ -2074,14 +2074,24 @@ dependencies = [
"num_cpus",
"pin-project-lite 0.1.11",
"slab",
]
[[package]]
name = "tokio"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd"
dependencies = [
"autocfg",
"pin-project-lite 0.2.3",
"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",
@ -2095,7 +2105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
dependencies = [
"native-tls",
"tokio",
"tokio 0.2.24",
]
[[package]]
@ -2107,7 +2117,7 @@ dependencies = [
"futures-util",
"log",
"pin-project 0.4.27",
"tokio",
"tokio 0.2.24",
"tungstenite",
]
@ -2122,7 +2132,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite 0.1.11",
"tokio",
"tokio 0.2.24",
]
[[package]]
@ -2423,7 +2433,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded 0.6.1",
"tokio",
"tokio 0.2.24",
"tokio-tungstenite",
"tower-service",
"tracing",
@ -2621,7 +2631,7 @@ dependencies = [
"serde_yaml",
"sitemap",
"thiserror",
"tokio",
"tokio 1.0.1",
"tracing",
"tracing-futures",
"tracing-subscriber",

View File

@ -27,7 +27,7 @@ serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
sitemap = "0.4"
thiserror = "1"
tokio = { version = "0.2", features = ["macros"] }
tokio = { version = "1.0", features = ["macros"] }
tracing = "0.1"
tracing-futures = "0.2"
tracing-subscriber = { version = "0.2", features = ["fmt"] }

View File

@ -17,6 +17,6 @@ tracing = "0.1"
tracing-futures = "0.2"
[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }
tokio = { version = "1.0", features = ["macros"] }
envy = "0.4"
pretty_env_logger = "0"

View File

@ -16,6 +16,6 @@ tracing = "0.1"
tracing-futures = "0.2"
[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }
tokio = { version = "1.0", features = ["macros"] }
envy = "0.4"
pretty_env_logger = "0"