From c01fb35c0d8c6c2f3ecab009a97500b56bbee480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 07:42:15 +0000 Subject: [PATCH] Bump aws-sdk-ecs from 1.66.0 to 1.67.0 Bumps [aws-sdk-ecs](https://github.com/awslabs/aws-sdk-rust) from 1.66.0 to 1.67.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-ecs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index daaaeca..42212c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,9 +307,9 @@ dependencies = [ [[package]] name = "aws-sdk-ecs" -version = "1.66.0" +version = "1.67.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea391d6bde2d7704343eabbaf2fa6d369e78a59ac79b8e016df99d52fb36f9ec" +checksum = "945c70f12cd76975ae0d7dab87b0260348f670ab2ff787ec0377a85f2b8a4e94" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index e28fe32..8c4d797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" async-std = "1.13.0" aws_lambda_events = "0.16.0" aws-config = "1.5.15" -aws-sdk-ecs = "1.66.0" +aws-sdk-ecs = "1.67.0" aws-sdk-s3 = "1.74.0" aws-sdk-sqs = "1.54.0" aws-smithy-types-convert = "0.60.8"