From 41821388066964c71dbcd5993ea9d3ab73eb32db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:54:46 +0000 Subject: [PATCH] fix(deps): bump aws-sdk-ssm from 0.32.0 to 0.33.0 Bumps [aws-sdk-ssm](https://github.com/awslabs/aws-sdk-rust) from 0.32.0 to 0.33.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca815d3..94f0b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,9 +166,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssm" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d895dcf9250a2312730ee53403fda3c777cc0e561071179eec6dfe9b233fed5" +checksum = "cdf290de60935c47b6e51f6db5c0047139d0c137bd75236c1e186cef791db84a" dependencies = [ "aws-credential-types", "aws-http", diff --git a/Cargo.toml b/Cargo.toml index 968e77c..afbd0fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4.4.6", features = ["cargo"] } tokio = { version = "1.32.0", features = ["full"] } tokio-stream = "0.1.14" aws-config = "0.56.1" -aws-sdk-ssm = "0.32.0" +aws-sdk-ssm = "0.33.0" [dev-dependencies.cargo-husky] version = "1"