From 772909bf7504be3ee5ef5102a2cd0c43496ac3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:40:24 +0000 Subject: [PATCH] Bump aws-sdk-cloudformation from 0.28.0 to 0.34.0 in /rust Bumps [aws-sdk-cloudformation](https://github.com/awslabs/aws-sdk-rust) from 0.28.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-cloudformation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 34 ++++++++++++++++------------------ rust/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 850015dc..72c6e7c0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -254,29 +254,27 @@ dependencies = [ [[package]] name = "aws-sdk-cloudformation" -version = "0.28.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f32bb66da99e2955ce49e346200cb14421784755a39c74fe2c043536b2d57ba" +checksum = "4476a9636a445e0f10a50272119369052c70e38c6487706debd7f295426b3e6d" dependencies = [ - "aws-credential-types 0.55.3", - "aws-endpoint", - "aws-http 0.55.3", - "aws-sig-auth", - "aws-smithy-async 0.55.3", - "aws-smithy-client 0.55.3", - "aws-smithy-http 0.55.3", - "aws-smithy-http-tower 0.55.3", - "aws-smithy-json 0.55.3", - "aws-smithy-query 0.55.3", - "aws-smithy-types 0.55.3", - "aws-smithy-xml 0.55.3", - "aws-types 0.55.3", - "bytes", - "fastrand 1.9.0", + "aws-credential-types 0.56.1", + "aws-http 0.56.1", + "aws-runtime", + "aws-smithy-async 0.56.1", + "aws-smithy-client 0.56.1", + "aws-smithy-http 0.56.1", + "aws-smithy-json 0.56.1", + "aws-smithy-query 0.56.1", + "aws-smithy-runtime", + "aws-smithy-runtime-api", + "aws-smithy-types 0.56.1", + "aws-smithy-xml 0.56.1", + "aws-types 0.56.1", + "fastrand 2.0.0", "http", "regex", "tokio-stream", - "tower", "tracing", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1b572b76..3e51b5bd 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["secrets","s3"] aes-gcm = "0.10.3" anyhow = "1.0.75" aws-config = "0.55.3" -aws-sdk-cloudformation = "0.28.0" +aws-sdk-cloudformation = "0.34.0" aws-sdk-kms = "0.28.0" aws-sdk-s3 = "0.28.0" aws-sdk-sts = "0.33.0"