From 7f102063db13722005a346e723604c4822689dd4 Mon Sep 17 00:00:00 2001 From: Fahad Zubair Date: Thu, 27 Mar 2025 15:04:57 +0000 Subject: [PATCH] Bump server crate versions (#4071) The `aws-smithy-http` crate, which is part of our publicly exposed API, has undergone a semver-incompatible version bump. This PR updates the version numbers of all dependent server crates to maintain compatibility with this change. Co-authored-by: Fahad Zubair --- rust-runtime/aws-smithy-http-server-python/Cargo.toml | 2 +- rust-runtime/aws-smithy-http-server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-runtime/aws-smithy-http-server-python/Cargo.toml b/rust-runtime/aws-smithy-http-server-python/Cargo.toml index 742eb7472..779772ddd 100644 --- a/rust-runtime/aws-smithy-http-server-python/Cargo.toml +++ b/rust-runtime/aws-smithy-http-server-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-smithy-http-server-python" -version = "0.64.0" +version = "0.65.0" authors = ["Smithy Rust Server "] edition = "2021" license = "Apache-2.0" diff --git a/rust-runtime/aws-smithy-http-server/Cargo.toml b/rust-runtime/aws-smithy-http-server/Cargo.toml index 86daec4e7..2900fe551 100644 --- a/rust-runtime/aws-smithy-http-server/Cargo.toml +++ b/rust-runtime/aws-smithy-http-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-smithy-http-server" -version = "0.64.0" +version = "0.65.0" authors = ["Smithy Rust Server "] edition = "2021" license = "Apache-2.0" -- GitLab