From c8be300813b0b64088950f8da7ef7e73971b0412 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 17:22:19 +0000 Subject: [PATCH] Update rusoto_credential requirement from 0.45 to 0.46 Updates the requirements on [rusoto_credential](https://github.com/rusoto/rusoto) to permit the latest version. - [Release notes](https://github.com/rusoto/rusoto/releases) - [Changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusoto/rusoto/commits) 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 e9da4b0..5b74b8a 100644 --- a/amadeus-aws/Cargo.toml +++ b/amadeus-aws/Cargo.toml @@ -29,7 +29,7 @@ futures-retry = "0.5" http = "0.2" once_cell = "1.0" rusoto_core = "0.45" -rusoto_credential = "0.45" +rusoto_credential = "0.46" rusoto_s3 = "0.45" serde_closure = "0.3" serde = { version = "1.0", features = ["derive"] }