diff --git a/Cargo.lock b/Cargo.lock index 1eb1bcee2632a..52fcd403086b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,9 +1184,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30819352ed0a04ecf6a2f3477e344d2d1ba33d43e0f09ad9047c12e0d923616f" +checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" dependencies = [ "aws-smithy-async", "aws-smithy-types", diff --git a/Cargo.toml b/Cargo.toml index c53214c77aa9c..66a1da83d9b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -201,7 +201,7 @@ aws-config = { version = "1.0.1", default-features = false, features = ["behavio aws-credential-types = { version = "1.2.0", default-features = false, features = ["hardcoded-credentials"], optional = true } aws-smithy-http = { version = "0.60", default-features = false, features = ["event-stream"], optional = true } aws-smithy-types = { version = "1.2.0", default-features = false, optional = true } -aws-smithy-runtime-api = { version = "1.7.0", default-features = false, optional = true } +aws-smithy-runtime-api = { version = "1.7.2", default-features = false, optional = true } aws-smithy-runtime = { version = "1.6.2", default-features = false, features = ["client", "connector-hyper-0-14-x", "rt-tokio"], optional = true } aws-smithy-async = { version = "1.2.1", default-features = false, features = ["rt-tokio"], optional = true }