From 29d91e31c9b455aa08b7dbf33ed444b808f4b496 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:15:13 +0000 Subject: [PATCH] Update tokio requirement from 0.1 to 1.8 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.0...tokio-1.8.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 4f850af..0a83066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ maplit = "1.0" rusoto_mock = "0.30" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tokio = "0.1" \ No newline at end of file +tokio = "1.8" \ No newline at end of file