diff --git a/rust-runtime/Cargo.lock b/rust-runtime/Cargo.lock index 5f60f95dcba..74f0e941cf4 100644 --- a/rust-runtime/Cargo.lock +++ b/rust-runtime/Cargo.lock @@ -406,7 +406,7 @@ version = "0.2.1" [[package]] name = "aws-smithy-http" -version = "0.62.4" +version = "0.63.0" dependencies = [ "async-stream", "aws-smithy-eventstream", diff --git a/rust-runtime/aws-smithy-http/Cargo.toml b/rust-runtime/aws-smithy-http/Cargo.toml index ff3acd28ce7..aafe06843d0 100644 --- a/rust-runtime/aws-smithy-http/Cargo.toml +++ b/rust-runtime/aws-smithy-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-smithy-http" -version = "0.62.4" +version = "0.63.0" authors = [ "AWS Rust SDK Team ", "Russell Cohen ",