From 655ace686bb985f44c5b092784e67040bcaa7728 Mon Sep 17 00:00:00 2001 From: Landon James Date: Mon, 6 Oct 2025 10:46:00 -0700 Subject: [PATCH] Bump aws-smithy-http to 0.63 per request from server team --- rust-runtime/Cargo.lock | 2 +- rust-runtime/aws-smithy-http/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-runtime/Cargo.lock b/rust-runtime/Cargo.lock index 865e1b65010..dd3bfc17278 100644 --- a/rust-runtime/Cargo.lock +++ b/rust-runtime/Cargo.lock @@ -398,7 +398,7 @@ version = "0.2.0" [[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 ",