Skip to content

chore: fix clippy, cargo update#127

Merged
jlizen merged 2 commits intoasync-profiler:mainfrom
arielb1:cargo-up-cur
Mar 10, 2026
Merged

chore: fix clippy, cargo update#127
jlizen merged 2 commits intoasync-profiler:mainfrom
arielb1:cargo-up-cur

Conversation

@arielb1
Copy link
Contributor

@arielb1 arielb1 commented Mar 10, 2026

📬 Issue #, if available:

DoS in quinn-proto: https://rustsec.org/advisories/RUSTSEC-2026-0037.html

✍️ Description of changes:

No release needed, just a Cargo.lock update.

Also, boxed an error enum variant to deal with a new clippy lint. Bypassed the lint in another place because it seemed wrong, plus that would be a breaking change.

🔏 By submitting this pull request

  • I confirm that I've made a best effort attempt to update all relevant documentation.
  • I confirm that my contribution is made under the terms of the Apache 2.0 license.

@arielb1
Copy link
Contributor Author

arielb1 commented Mar 10, 2026

cc @jlizen

@arielb1
Copy link
Contributor Author

arielb1 commented Mar 10, 2026

At least my MSRV fix to Smithy is working so no MSRV pokery is needed

Copy link
Collaborator

@jlizen jlizen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@arielb1
Copy link
Contributor Author

arielb1 commented Mar 10, 2026

Ignoring the nightly clippy error

@arielb1
Copy link
Contributor Author

arielb1 commented Mar 10, 2026

AwsProfilerMetadataError is public and it's not worth playing with the API for this

The AWS config error is large. This is not worth wrapping in a Box since it is an
API breakage.

For the private variant, do add a box
@arielb1
Copy link
Contributor Author

arielb1 commented Mar 10, 2026

Fixed the clippy lint

@arielb1 arielb1 changed the title chore: cargo update chore: fix clippy, cargo update Mar 10, 2026
@arielb1
Copy link
Contributor Author

arielb1 commented Mar 10, 2026

need another review @jlizen - it seems that the aws config struct has grown in size slightly over the cargo update which has triggered the clippy lint, so I ignored / boxed the struct to deal with it.

@jlizen jlizen merged commit 615bac0 into async-profiler:main Mar 10, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants