From 051ca51c906668ba4ba22a31c811c66908e54315 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 14:52:46 +0000 Subject: [PATCH] build(deps): bump tokio from 0.2.23 to 0.2.24 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.23 to 0.2.24. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 40 +++++++++++++++++++++++++--------------- Cargo.toml | 2 +- lib/mi/Cargo.toml | 2 +- lib/patreon/Cargo.toml | 2 +- 4 files changed, 28 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b31adb..faac09e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,7 +700,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio", + "tokio 0.2.24", "tokio-util", "tracing", "tracing-futures", @@ -818,7 +818,7 @@ dependencies = [ "itoa", "pin-project 1.0.2", "socket2", - "tokio", + "tokio 0.2.24", "tower-service", "tracing", "want", @@ -833,7 +833,7 @@ dependencies = [ "bytes", "hyper", "native-tls", - "tokio", + "tokio 0.2.24", "tokio-tls", ] @@ -1072,7 +1072,7 @@ dependencies = [ "serde", "serde_json", "thiserror", - "tokio", + "tokio 1.0.0", "tracing", "tracing-futures", ] @@ -1321,7 +1321,7 @@ dependencies = [ "serde", "serde_json", "thiserror", - "tokio", + "tokio 1.0.0", "tracing", "tracing-futures", ] @@ -1786,7 +1786,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded 0.7.0", - "tokio", + "tokio 0.2.24", "tokio-tls", "url", "wasm-bindgen", @@ -2205,9 +2205,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6d7ad61edd59bfcc7e80dababf0f4aed2e6d5e0ba1659356ae889752dfc12ff" +checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48" dependencies = [ "bytes", "fnv", @@ -2219,14 +2219,24 @@ dependencies = [ "num_cpus", "pin-project-lite 0.1.11", "slab", +] + +[[package]] +name = "tokio" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f4bfdcbd00fa893ac0549b38aa27080636a0104b0d0c38475a99439405e1df8" +dependencies = [ + "autocfg 1.0.1", + "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", @@ -2240,7 +2250,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" dependencies = [ "native-tls", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -2252,7 +2262,7 @@ dependencies = [ "futures-util", "log", "pin-project 0.4.27", - "tokio", + "tokio 0.2.24", "tungstenite", ] @@ -2267,7 +2277,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.11", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -2568,7 +2578,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded 0.6.1", - "tokio", + "tokio 0.2.24", "tokio-tungstenite", "tower-service", "tracing", @@ -2789,7 +2799,7 @@ dependencies = [ "serde_yaml", "sitemap", "thiserror", - "tokio", + "tokio 1.0.0", "tracing", "tracing-futures", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index 7bf70a7..f48c6d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,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