build(deps): bump anyhow to 1.0.103 for RUSTSEC-2026-0190 - #10849
Merged
Conversation
Patches an unsoundness in `anyhow::Error::downcast_mut()` (affects < 1.0.103). Lockfile-only; the workspace requirement stays `1.0`. Claude-Session: https://claude.ai/code/session_01VUPwpe81Ws8c5MeXWWgZb7
Carry the `safe-to-deploy` exemption forward to the bumped version so `cargo vet check` passes; otherwise 1.0.103 is unaudited. Claude-Session: https://claude.ai/code/session_01VUPwpe81Ws8c5MeXWWgZb7
oxarbitrage
approved these changes
Jun 29, 2026
Contributor
Merge Queue Status
This pull request spent 17 minutes 17 seconds in the queue, including 5 minutes 19 seconds running CI. Waiting for
All conditions
ReasonThe merge conditions cannot be satisfied due to failing checks
HintYou may have to fix your CI before adding the pull request to the queue again. Tick the box to put this pull request back in the merge queue (same as
|
40 tasks
41 tasks
Member
|
admin-merging because of flaky tests |
7 tasks
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.
Motivation
Closes #10848
Solution
Bump
anyhow1.0.102 -> 1.0.103 in the lockfile to patch RUSTSEC-2026-0190 (unsoundness inError::downcast_mut()). Lockfile-only; the workspace requirement stays1.0.AI Disclosure