From b92b17b31c11624ebe655a39be0b579781f555b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:18:07 +0000 Subject: [PATCH] chore(deps): bump aws-sdk-ssm from 1.96.0 to 1.97.0 Bumps [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) from 1.96.0 to 1.97.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-ssm dependency-version: 1.97.0 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 20eca6f..d14c86c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,9 +199,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssm" -version = "1.96.0" +version = "1.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd515260398973a7f23f08dc76655e49d13bd79210cc3a19f4f935c0415a4bb" +checksum = "c37330e9a8353e2f6ef707192008540a4f7a5fb31a636f4715445ad3086ce232" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 6f0835f..d49b94d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ aws-sdk-ec2 = { version = "1.13.0", default-features = false, features = [ "rt-tokio", "behavior-version-latest", ] } -aws-sdk-ssm = { version = "1.49.0", default-features = false, features = [ +aws-sdk-ssm = { version = "1.97.0", default-features = false, features = [ "rt-tokio", "behavior-version-latest", ] }