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"