fix(deps): bump anyhow 1.0.103 and quinn-proto 0.11.15 for RUSTSEC advisories - #452
Merged
Conversation
…visories anyhow 1.0.102 -> 1.0.103 fixes RUSTSEC-2026-0190 (unsoundness in Error::downcast_mut after Error::context). quinn-proto 0.11.14 -> 0.11.15 fixes RUSTSEC-2026-0185 (remote memory exhaustion from unbounded out-of-order stream reassembly). quinn-proto is only a lockfile entry via reqwest's disabled http3 feature and is never compiled, but bumping it clears the daily cargo-audit alert. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Destynova2
enabled auto-merge
July 2, 2026 16:32
2 tasks
Destynova2
added a commit
that referenced
this pull request
Jul 2, 2026
Same anyhow 1.0.103 / quinn-proto 0.11.15 content as main, so the pre-push cargo-deny advisories gate passes on this branch; merges cleanly as the files are identical. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Lockfile-only dependency bumps clearing the two open RUSTSEC advisories with published fixes:
Error::downcast_mut()afterError::context(). anyhow is a direct dependency compiled into the binary.http3feature and is never compiled, so there is no runtime exposure; the bump clears the daily cargo-audit alert.No source or manifest changes —
Cargo.lockonly.Closes #450
Closes #449
🤖 Generated with Claude Code