From 8d23be1392c46a4d59c2910c3dab00ecaad2cf26 Mon Sep 17 00:00:00 2001 From: Fahad Zubair Date: Tue, 16 Jul 2024 14:32:52 +0100 Subject: [PATCH] Bump `aws-smithy-http-server-python` version number (#3764) The Python server relies on types defined in `aws-smithy-http-server`, which has a new version published. A new version of the Python server should be released to ensure there is only one `aws-smithy-http-server` in the dependency closure of the generated crates. Co-authored-by: Fahad Zubair --- rust-runtime/aws-smithy-http-server-python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-runtime/aws-smithy-http-server-python/Cargo.toml b/rust-runtime/aws-smithy-http-server-python/Cargo.toml index 4aff637200..b046b41d07 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.62.1" +version = "0.63.1" authors = ["Smithy Rust Server "] edition = "2021" license = "Apache-2.0"