From e552dcf864291bcfe0a037c379134c17bcc23a78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 10 Jan 2021 15:14:44 +0000 Subject: [PATCH] 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] --- Cargo.lock | 36 +++++++++++++++++++++++------------- Cargo.toml | 2 +- lib/mi/Cargo.toml | 2 +- lib/patreon/Cargo.toml | 2 +- 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4370ea7..fa2553d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 48b0eee..7a3ae6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/lib/mi/Cargo.toml b/lib/mi/Cargo.toml index 1d0e716..3855cf3 100644 --- a/lib/mi/Cargo.toml +++ b/lib/mi/Cargo.toml @@ -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" diff --git a/lib/patreon/Cargo.toml b/lib/patreon/Cargo.toml index fc204a4..3c3c3d6 100644 --- a/lib/patreon/Cargo.toml +++ b/lib/patreon/Cargo.toml @@ -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" \ No newline at end of file