From 5ecfd212ed4b7542818186777ee4259129584c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 12:56:12 +0000 Subject: [PATCH] chore(deps): bump aws-smithy-async from 1.2.3 to 1.2.5 Bumps [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) from 1.2.3 to 1.2.5. - [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 1998203..12b812f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,9 +336,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.2.3" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427cb637d15d63d6f9aae26358e1c9a9c09d5aa490d64b09354c8217cfef0f28" +checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c" dependencies = [ "futures-util", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index fa356f5..f863425 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.5" aws-smithy-client = "0.60" aws-smithy-http = "0.60" aws-smithy-http-tower = "0.60"