smithy-lang / smithy-rs

Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.
Apache License 2.0
467 stars 183 forks source link

Pin `httparse` to =1.8 to avoid unit test failures in runtime crates #3687

Closed ysaito1001 closed 2 weeks ago

ysaito1001 commented 2 weeks ago

Motivation and Context

To fix current CI and release pipeline failures coming from aws-smithy-runtime and aws-sigv4 now depending on httparse version 1.9.0 or greater.

Testing

Tests in CI


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

github-actions[bot] commented 2 weeks ago

A new generated diff is ready to view.

A new doc preview is ready to view.

github-actions[bot] commented 2 weeks ago

A new generated diff is ready to view.

A new doc preview is ready to view.

github-actions[bot] commented 2 weeks ago

A new generated diff is ready to view.

A new doc preview is ready to view.