fix(security): bump h2 to 0.4.16 and unbreak CI lint - #266
Merged
Conversation
RUSTSEC-2026-0258 (unbounded empty DATA frames). status_demo no longer returns Result with a 152-byte Err variant, which failed clippy -D warnings on main. Track rustapi-mcp README so release-plz can package the crate.
This was referenced Sep 5, 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.
Why
mainhas been red since the last two docs merges.h20.4.15, unbounded empty DATA frames). Fix is>=0.4.16.clippy::result_large_errinstatus_demowhen--all-featuresis on (Errvariant ≥ 152 bytes via the gRPCResponsealias).crates/rustapi-mcp/README.mdwas missing from git, so the crate packaged without a README.What
cargo update -p h2 --precise 0.4.16flaky_handlerreturnsResponseinstead ofResult<..., Response>crates/rustapi-mcp/README.mdVerified locally:
cargo audit(no vulns),cargo clippy -p rustapi-rs --all-features --example status_demo -- -D warnings.Repo hygiene around this (already done on GitHub, not in this diff): closed the red tungstenite majors (#255, #257), deleted stale branches and leftover draft releases, enabled Actions write + Dependabot alerts so release-plz can open PRs again.