From baf764e93d05ebd48edae4f7f7c765ffdc6a748c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 7 Feb 2021 11:57:29 +0000 Subject: [PATCH] Update tokio requirement from 0.2 to 1.2 Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-1.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0af28b6..43881aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = [ [dependencies] reqwest = { version = "0.10.6", features = ["json", "rustls-tls"], default-features = false } -tokio = { version = "0.2", features = ["macros"] } +tokio = { version = "1.2", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } rustc-serialize = "0.3.24" enum-iterator = "0.6.0"