From 4992d1541f109feb469b50cd75d3c9e2a977d96c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 01:14:20 +0000 Subject: [PATCH] Update tokio requirement from 0.1.18 to 1.9.0 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.1.18...tokio-1.9.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 b6b6511..c94fcd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ lto = true codegen-units = 1 [dependencies] -tokio = "0.1.18" +tokio = "1.9.0" tokio-codec = "0.1.1" bytes = "0.4.12" futures = "0.1.26"