From ff3566f749dd4938d0675fd807668c26f4c24869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 03:18:58 +0000 Subject: [PATCH] Bump the cargo-all group with 3 updates (#74) Bumps the cargo-all group with 3 updates: [aws-config](https://github.com/smithy-lang/smithy-rs), [aws-sdk-cloudwatchevents](https://github.com/awslabs/aws-sdk-rust) and [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust). Updates `aws-config` 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) Updates `aws-sdk-cloudwatchevents` from 1.54.0 to 1.56.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-sdk-ssm` from 1.60.0 to 1.62.1 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-all - dependency-name: aws-sdk-cloudwatchevents dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-all - dependency-name: aws-sdk-ssm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9235d23..6e55cdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,9 +176,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[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", @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudwatchevents" -version = "1.54.0" +version = "1.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8359de063a5824eb0d587a68880d0183a50e4d853c36d4415cab0535d6cc794" +checksum = "ae1b6bdd1f5dff45b6b3d39cd30746c7732508ebeb46a9a7a63fd5fccbabdfda" dependencies = [ "aws-credential-types", "aws-runtime", @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssm" -version = "1.60.0" +version = "1.62.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "617c2ccc67e4830a83a43a6c00ab9dd93dffb35ac380fe6e0b0ba92b26d2d409" +checksum = "d63a88fd9ec67176141d879a1ea3f84c6416576203b6d84a34edf34519f3f34f" dependencies = [ "aws-credential-types", "aws-runtime", @@ -288,9 +288,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", @@ -310,9 +310,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.55.0" +version = "1.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb" +checksum = "a120ade4a44691b3c5c2ff2fa61b14ed331fdc218397f61ab48d66593012ae2a" dependencies = [ "aws-credential-types", "aws-runtime", @@ -332,9 +332,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 93916b1..5f9d0a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" anyhow = "1.0.95" async-trait = "0.1.85" aws_lambda_events = "0.16" -aws-config = { version = "1.5.14", features = ["behavior-version-latest"] } -aws-sdk-cloudwatchevents = "1.54.0" -aws-sdk-ssm = "1.60" +aws-config = { version = "1.5.15", features = ["behavior-version-latest"] } +aws-sdk-cloudwatchevents = "1.56.0" +aws-sdk-ssm = "1.62" axum = "0.7.9" base64 = "0.22" chrono = "0.4.39"