From 69dcb041460eb7c5e1a1e020d5b9dc869e7f670d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 07:57:24 +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 84fbebb3..083efb5d 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"] }