fix(deps): bump h2 to 0.4.19 - #685
Merged
Merged
Conversation
Signed-off-by: Jeremie Drouet <jeremie.drouet@gmail.com>
Contributor
|
📈 This is how your metrics evolved 📉 |
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.
mainis currently failing the security audit on RUSTSEC-2026-0258 —h2accepts and queues empty DATA frames without limit, so a stream that is not actively drained can grow memory unboundedly, or panic if the length overflows. Low severity, denial-of-service category.We get
h2transitively throughreqwest/hyper, so this is a lockfile-only bump: 0.4.13 -> 0.4.19, past the 0.4.16 that carries the fix. Nothing else in the lockfile moves — no packages added or removed.The audit workflow only triggers on
**/Cargo.tomland**/Cargo.lock, which is why this went unnoticed until a few dependency-touching PRs landed and it started running again.fmt, check and clippy clean under
-Dwarnings, full test suite passes.cargo-auditis not installed locally, so the audit job on this PR is the actual confirmation.