From 07d860fe1d2a5709f6e4a26e616369a9036fabc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:03:15 +0000 Subject: [PATCH] chore(deps): bump aws-sdk-ssm from 1.48.0 to 1.49.0 Bumps [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) from 1.48.0 to 1.49.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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 487c87c..b08c6e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssm" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5484054ca918d2c849ca6f0d03f3252ca9bdec357f25545993bc7eb3543f7b" +checksum = "d35a2cd9cd055c8d2d4372cfd32328c207cb930187cc987455dd851f3dbf20a9" dependencies = [ "aws-credential-types", "aws-runtime", @@ -356,9 +356,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.6" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03701449087215b5369c7ea17fef0dd5d24cb93439ec5af0c7615f58c3f22605" +checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b" dependencies = [ "base64-simd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 761e68c..f6f4a8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ aws-sdk-ec2 = { version = "1.13.0", default-features = false, features = [ "rt-tokio", "behavior-version-latest", ] } -aws-sdk-ssm = { version = "1.7.0", default-features = false, features = [ +aws-sdk-ssm = { version = "1.49.0", default-features = false, features = [ "rt-tokio", "behavior-version-latest", ] }