From f351a29c53f4223421e51951f4c7589795e8b5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 07:07:18 +0000 Subject: [PATCH] Bump tokio from 0.2.24 to 1.0.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.24 to 1.0.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.24...tokio-1.0.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 30 ++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f26c3e60..7ed83e15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ "tar", "tempdir", "tinytemplate", - "tokio", + "tokio 1.0.0", ] [[package]] @@ -257,7 +257,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "tokio", + "tokio 0.2.24", "url", ] @@ -531,7 +531,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio", + "tokio 0.2.24", "tokio-util", "tracing", "tracing-futures", @@ -612,7 +612,7 @@ dependencies = [ "itoa", "pin-project 1.0.2", "socket2", - "tokio", + "tokio 0.2.24", "tower-service", "tracing", "want", @@ -627,7 +627,7 @@ dependencies = [ "bytes", "hyper", "native-tls", - "tokio", + "tokio 0.2.24", "tokio-tls", ] @@ -1195,7 +1195,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "tokio", + "tokio 0.2.24", "tokio-tls", "url", "wasm-bindgen", @@ -1531,14 +1531,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", + "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", @@ -1552,7 +1562,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" dependencies = [ "native-tls", - "tokio", + "tokio 0.2.24", ] [[package]] @@ -1566,7 +1576,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.11", - "tokio", + "tokio 0.2.24", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6c1f27db..b6b6a1d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "GPL-3.0" crates_io_api = "0.6.1" cargo_metadata = "0.12.1" tinytemplate = "1.1.0" -tokio = { version = "0.2.24", features = [ "macros" ] } +tokio = { version = "1.0.0", features = [ "macros" ] } log = "0.4.11" structopt = "0.3.21" simplelog = "0.8.0"