From cc646be74d5173347282a1745e84ab1420506de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 05:07:08 +0000 Subject: [PATCH] Update tokio requirement from 0.2.21 to 1.3.0 in /base 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.21...tokio-1.3.0) Signed-off-by: dependabot[bot] --- base/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Cargo.toml b/base/Cargo.toml index b513ddc..ff793cd 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] serde_json = "1.0" -tokio = { version = "0.2.21", features = ["macros", "fs"] } +tokio = { version = "1.3.0", features = ["macros", "fs"] } anyhow = "1.0.31" reqwest = "0.10.6" valico = "3"