Bump anyhow to 1.0.103 (RUSTSEC-2026-0190) - #1701
Closed
sisuresh wants to merge 2 commits into
Closed
Conversation
sisuresh
added a commit
to sisuresh/rs-soroban-env
that referenced
this pull request
Jul 6, 2026
…o.lock bump b51329b claimed to clear the anyhow advisory via cargo-deny but only re-applied the out-of-scope anyhow 1.0.75 -> 1.0.103 Cargo.lock bump (the exact change 26b035c had reverted) and added no deny.toml ignore. This restores anyhow to 1.0.75 in Cargo.lock (the bump belongs to the dedicated advisory PR stellar#1701, not the CAP-0084 PR) and instead ignores RUSTSEC-2026-0190 in deny.toml so `cargo deny check advisories` stays green without carrying the dependency bump. Remove the ignore once stellar#1701 lands anyhow >= 1.0.103 into main and this PR rebases.
sisuresh
marked this pull request as ready for review
July 21, 2026 22:25
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sisuresh
added a commit
to sisuresh/rs-soroban-env
that referenced
this pull request
Jul 21, 2026
…o.lock bump b51329b claimed to clear the anyhow advisory via cargo-deny but only re-applied the out-of-scope anyhow 1.0.75 -> 1.0.103 Cargo.lock bump (the exact change 26b035c had reverted) and added no deny.toml ignore. This restores anyhow to 1.0.75 in Cargo.lock (the bump belongs to the dedicated advisory PR stellar#1701, not the CAP-0084 PR) and instead ignores RUSTSEC-2026-0190 in deny.toml so `cargo deny check advisories` stays green without carrying the dependency bump. Remove the ignore once stellar#1701 lands anyhow >= 1.0.103 into main and this PR rebases.
Contributor
|
This change has already been merged. |
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.
Changes
anyhow1.0.75 → 1.0.103 (Cargo.lock only) to resolve RUSTSEC-2026-0190 (dangling-pointer UB inError::downcast_mut). The workspace'sanyhow = "1"requirement already permits it — no manifest change.cargo deny check advisoriespasses with the bump.Deferred
Split out of the CAP-0084 SPIKE so that PR stays CAP-scoped. Once this lands on
main, #1700 rebases and inherits the fix transitively.Downstream: #1700 (CAP-0084 SPIKE)