Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run cargo update on the runtime lockfiles and the SDK lockfile #3856

Merged
merged 3 commits into from
Oct 4, 2024

Conversation

aws-sdk-rust-ci
Copy link
Collaborator

If CI fails, commit the necessary fixes to this PR until all checks pass. If required, update entries in crateNameToLastKnownWorkingVersions.

Copy link

github-actions bot commented Oct 1, 2024

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

## Motivation and Context
Unblocks smithy-rs#3856

## Description
See
[README](https://github.com/smithy-lang/smithy-rs/blob/d09d1213971f698cffa11caec0ccd3c1911bc12c/tools/ci-build/sdk-lockfiles/README.md#false-positives)

For those who may wonder why `sdk-lockfiles audit` returns `SUCCESS`
with the lockfiles in the current main branch. That's because
`pin-project` [is listed in the SDK
lockfile](https://github.com/smithy-lang/smithy-rs/blob/3871e9aed7ed6fbecdc45a76c7a5b75f17a941b5/aws/sdk/Cargo.lock#L3256-L3263)
due to the dependency chain: `hyper-util` -> `tower` -> `pin-project`.
However, since the last `cargo update` in PR3856, a more recent version
of `hyper-util` no longer depends on `pin-project`, so `pin-project`
does not appear in the SDK lockfile.

## Testing
- Added unit tests for the tool
- Confirmed that this PR unblocks the target PR

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
@ysaito1001 ysaito1001 requested a review from a team as a code owner October 3, 2024 23:24
Copy link

github-actions bot commented Oct 4, 2024

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python
  • No codegen difference in the Server Test Typescript

A new doc preview is ready to view.

@ysaito1001 ysaito1001 added this pull request to the merge queue Oct 4, 2024
Merged via the queue into main with commit e7f1031 Oct 4, 2024
44 checks passed
@ysaito1001 ysaito1001 deleted the update-all-lockfiles-1727820195 branch October 4, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants