chore: fix CI and address security alerts (quinn-proto, tokio)#121
Merged
chore: fix CI and address security alerts (quinn-proto, tokio)#121
Conversation
Migrate deny.toml to the new cargo-deny format (removed deprecated `default` and `deny` keys). Add OpenSSL and CDLA-Permissive-2.0 to the allow list for aws-lc-sys and webpki-root-certs. Remove stale ring exception and Unicode-DFS-2016. Upgrade CI action to v2. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
raymondk
approved these changes
Mar 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
reqwest/http3featurecargo updateto pick up latest dependency versions (addresses tokio security alert)Motivation
This PR resolves two Dependabot security alerts:
reqwest/http3workaround in Cargo.lockcargo updateIt also refreshes the CI configuration to use updated runners and the latest
cargo-dist(0.31.0).Test plan
🤖 Generated with Claude Code