From 2b2a9de07ba2ce56b01ae6bdf00743d19ce8bf54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 07:07:22 +0000 Subject: [PATCH] Update tokio requirement from 0.1.7 to 0.2.1 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.7...tokio-0.2.1) Signed-off-by: dependabot-preview[bot] --- amadeus-aws/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus-aws/Cargo.toml b/amadeus-aws/Cargo.toml index 555e0e5d..4c440c10 100644 --- a/amadeus-aws/Cargo.toml +++ b/amadeus-aws/Cargo.toml @@ -34,7 +34,7 @@ rusoto_core = "0.42" rusoto_s3 = "0.42" serde_closure = "0.2" serde = { version = "1.0", features = ["derive"] } -tokio = "0.1.7" +tokio = "0.2.1" tokio-retry = "0.2" url = { version = "2.1", features = ["serde"] }