From a16f8750aca6383d4b8f5fb49a03d43cd12b1580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:04:57 +0000 Subject: [PATCH 1/2] chore(deps): bump aws-config from 1.5.14 to 1.5.15 (#825) Bumps [aws-config](https://github.com/smithy-lang/smithy-rs) from 1.5.14 to 1.5.15. - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c871200..9faf2ce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,9 +125,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "aws-config" -version = "1.5.14" +version = "1.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f40e82e858e02445402906e454a73e244c7f501fcae198977585946c48e8697" +checksum = "dc47e70fc35d054c8fcd296d47a61711f043ac80534a10b4f741904f81e73a90" dependencies = [ "aws-credential-types", "aws-runtime", @@ -216,9 +216,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.54.0" +version = "1.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "921a13ed6aabe2d1258f65ef7804946255c799224440774c30e1a2c65cdf983a" +checksum = "12e057fdcb8842de9b83592a70f5b4da0ee10bc0ad278247da1425a742a444d7" dependencies = [ "aws-credential-types", "aws-runtime", @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.55.0" +version = "1.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb" +checksum = "aba487b6a05de9858f83c05133ddd1b465be60b95460491f96c5c7b761823a04" dependencies = [ "aws-credential-types", "aws-runtime", @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.55.0" +version = "1.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ef5b73a927ed80b44096f8c20fb4abae65469af15198367e179ae267256e9d" +checksum = "115fd4fb663817ed595a5ee4f1649d7aacd861d47462323cb37576ce89271b93" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 3ac425f8..5196cf8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ voca_rs = "^1.15.2" wasm-bindgen = "^0.2.100" [dev-dependencies] -aws-config = "^1.5.1" +aws-config = "^1.5.15" aws-sdk-cloudformation = "^1.61.0" tokio = { version = "1", features = ["full"] } walkdir = "2.5.0" From 9777dcf32f2efc78fc672288029cab3f57aafaeb Mon Sep 17 00:00:00 2001 From: cdklabs-automation Date: Sat, 25 Jan 2025 00:13:50 +0000 Subject: [PATCH 2/2] chore: Release cdk-from-cfn version 0.179.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9faf2ce2..7d377e81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ dependencies = [ [[package]] name = "cdk-from-cfn" -version = "0.178.0" +version = "0.179.0" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 5196cf8b..c4235e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cdk-from-cfn" -version = "0.178.0" +version = "0.179.0" edition = "2021" rust-version = "1.84" description = "Turn AWS CloudFormation templates into AWS CDK applications"