From e401185649c85b7fa7a8f5bfa7444c33d928453e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:18:02 +0000 Subject: [PATCH] chore(deps): bump aws-smithy-async from 1.2.3 to 1.2.4 Bumps [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-smithy-async dependency-type: direct:production update-type: version-update:semver-patch ... 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 f3493a3..447c558 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,9 +336,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.2.3" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28" +checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e" dependencies = [ "futures-util", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 41b7d1c..b9f5a0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ aws-config = { version = "1.1.1", features = ["behavior-version-la aws-credential-types = { version = "1.1.0", features = ["hardcoded-credentials"] } aws-sdk-s3 = { version = "1.10.0", features = ["rt-tokio"] } aws-sdk-sts = { version = "1.9.0" } -aws-smithy-async = "1.1.1" +aws-smithy-async = "1.2.4" aws-smithy-client = "0.60" aws-smithy-http = "0.60" aws-smithy-http-tower = "0.60"