From 9ac253bb527a3eee2a0d53921eda7b6159634cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:47:04 +0200 Subject: [PATCH] Bump aws-sdk-sts from 1.2.0 to 1.3.1 in /rust (#282) Bumps [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-sts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 6 +++--- rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 4821ecbd..66a09f98 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -386,9 +386,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aabefa95e53cb4e1a17578342b3510b8f1c04bc6cfe89b2539920c30c321fd5c" +checksum = "798c8d82203af9e15a8b406574e0b36da91dd6db533028b74676489a1bc8bc7d" dependencies = [ "aws-credential-types 1.0.1", "aws-http 0.60.0", @@ -1368,7 +1368,7 @@ dependencies = [ "aws-sdk-cloudformation", "aws-sdk-kms", "aws-sdk-s3", - "aws-sdk-sts 1.2.0", + "aws-sdk-sts 1.3.1", "base64", "clap", "rand", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6dec9826..4b44d53b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,7 +18,7 @@ aws-config = "0.55.3" aws-sdk-cloudformation = "0.28.0" aws-sdk-kms = "0.28.0" aws-sdk-s3 = "0.28.0" -aws-sdk-sts = "1.2.0" +aws-sdk-sts = "1.3.1" base64 = "0.21.5" clap = { version = "4.4.7", features = ["derive", "env"] } rand = "0.8.5"