fix(deps): bump quick-xml/anyhow/crossbeam-epoch for RustSec advisories - #3705
Open
Svector-anu wants to merge 1 commit into
Open
fix(deps): bump quick-xml/anyhow/crossbeam-epoch for RustSec advisories#3705Svector-anu wants to merge 1 commit into
Svector-anu wants to merge 1 commit into
Conversation
- quick-xml 0.37.5 → 0.41.0 (RUSTSEC-2026-0194, RUSTSEC-2026-0195) - anyhow 1.0.102 → 1.0.103 (RUSTSEC-2026-0190) - crossbeam-epoch 0.9.18 → 0.9.20 (RUSTSEC-2026-0204) quick-xml call sites in dotnet_cmd/dotnet_trx migrated for the 0.41 API.
|
|
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.
Automated dependency bumps to address disclosed RustSec advisories found by osv-scanner.
Advisories
quick-xmlanyhowError::downcast_mut()crossbeam-epochfmt::Pointer(transitive viacrossbeam-deque)Code changes
quick-xml0.41 reworked text/attribute decoding. Two mechanical call-site updates (same approach as closed #2866):src/cmds/dotnet/dotnet_cmd.rs:BytesText::unescape()→decode()src/cmds/dotnet/dotnet_trx.rs:Attribute::decode_and_unescape_value→decoded_and_normalized_value(XmlVersion::default(), …)Prior art
develop.Verification
osv-scanner scan source --recursive --no-ignore .before → 4 vulns; after → 0quick-xml@0.37.5,anyhow@1.0.102,crossbeam-epoch@0.9.18flaggedcargo buildclean;cargo test -- cmds::dotnet→ 116 passed; osv-scanner → 0 remainingNo other code changes. Happy to adjust if you prefer splitting the bumps.