From c3839b13fb3e825f94fb8639632affb09beff1fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:44:24 +0000 Subject: [PATCH] build: bump aws-sdk-ecs in the minor-updates group across 1 directory Bumps the minor-updates group with 1 update in the / directory: [aws-sdk-ecs](https://github.com/awslabs/aws-sdk-rust). Updates `aws-sdk-ecs` from 1.120.0 to 1.122.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-version: 1.122.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... 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 b402c03..e2b35a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,9 +185,9 @@ dependencies = [ [[package]] name = "aws-sdk-ecs" -version = "1.120.0" +version = "1.122.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2deda65e3f444caf8cde19157010d6a4d7693bf4bcad5160ef66f2ac2fc2a1" +checksum = "d8dab0d31d8182040073a71e6de80bb627717f95552f23193d8358fa40188ccb" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index df65be9..0c69243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ exclude = [ [dependencies] anyhow = "1.0.102" aws-config = { version = "1.8.15", default-features = false, features = ["behavior-version-latest", "credentials-process", "default-https-client", "rt-tokio", "sso"] } -aws-sdk-ecs = { version = "1.120.0", default-features = false, features = ["default-https-client", "rt-tokio"] } +aws-sdk-ecs = { version = "1.122.0", default-features = false, features = ["default-https-client", "rt-tokio"] } axum = "0.8.8" clap = { version = "4.6.0", features = ["derive"] } csv = "1.4.0"