From 1276f05112512d2f32742cb46b4b20d90a17cd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:11:15 +0000 Subject: [PATCH] fix(deps): bump aws-sdk-ssm from 1.56.0 to 1.57.0 Bumps [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) from 1.56.0 to 1.57.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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9823c2e..20d9967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssm" -version = "1.56.0" +version = "1.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357cf4f383f1183db4fe52c8527429306ba8fb81b5b4986caeab358daba50049" +checksum = "af7147fba442841a93a9b9f8c251b1ddb3f4d6609780c60aa8d79ed7ba0c4a77" dependencies = [ "aws-credential-types", "aws-runtime",