From e7f75bf179c3acdd7d91552e0905290e4821e627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:42:08 +0000 Subject: [PATCH] Bump aws-sdk-sts from 0.33.0 to 0.34.0 in /rust Bumps [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) from 0.33.0 to 0.34.0. - [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] --- 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 1ab29b64..c3914ca9 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -391,9 +391,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac0cd8dff18d591b30def42d036312bf1115c937b714e7f04784d4e90c437fcd" +checksum = "100bf47fca9d6d0aca42ad06a6d28826039a25baadf993b6aa51de6161d36e18" dependencies = [ "aws-credential-types 0.56.1", "aws-http 0.56.1", @@ -1412,7 +1412,7 @@ dependencies = [ "aws-sdk-cloudformation", "aws-sdk-kms", "aws-sdk-s3", - "aws-sdk-sts 0.33.0", + "aws-sdk-sts 0.34.0", "base64", "clap", "rand", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d6a3dedc..d2cb9a8b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,7 +15,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 = "0.33.0" +aws-sdk-sts = "0.34.0" base64 = "0.21.5" clap = { version = "4.4.7", features = ["derive", "env"] } rand = "0.8.5"