From a632616bf7c05a57d0120d951a2c9af40aaf63b3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 05:54:39 +0000 Subject: [PATCH] Update tokio requirement from 0.2 to 0.3 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-0.3.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 ff3604a..d56408d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,4 +38,4 @@ thiserror = "1.0" [dev-dependencies] anyhow = "1.0" pretty_env_logger = "0.3" -tokio = { version = "0.2", features = ["macros"] } +tokio = { version = "0.3", features = ["macros"] }