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"