Skip to content

Commit 7558d31

Browse files
drganjooFahad Zubair
andauthored
Bump aws-smithy-http-server version (#4059)
When updating `aws-smithy-http-server (v0.63.4)` to depend on `aws-smithy-json v0.61`, the minor version should have been bumped to `0.64.0` instead of just increasing the patch version. Current dependency tree: ``` aws-smithy-json v0.61.x └── aws-smithy-http-server v0.63.4 ``` This affects SDKs that have been generated by an older version of `smithy-rs`: ``` aws-smithy-json v0.60.7 └── service-sdk v0.1.0 aws-smithy-json v0.61.2 └── aws-smithy-http-server v0.63.4 ├── service-sdk v0.1.0 ``` This PR bumps `aws-smithy-http-server` to version `0.64.0`. It also reverts the dependency changes that were part of [this PR](https://github.com/smithy-lang/smithy-rs/pull/4014/files). Co-authored-by: Fahad Zubair <[email protected]>
1 parent 16ab802 commit 7558d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-runtime/aws-smithy-http-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-smithy-http-server"
3-
version = "0.63.5"
3+
version = "0.64.0"
44
authors = ["Smithy Rust Server <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)