Support roxmltree 0.21.1 with updated lifetime parameters and iterator API - #220
Merged
Merged
Conversation
Updates the requirements on [roxmltree](https://github.com/RazrFalcon/roxmltree) to permit the latest version. - [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/roxmltree@v0.15.0...v0.21.1) --- updated-dependencies: - dependency-name: roxmltree dependency-version: 0.21.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…r API Co-authored-by: yawara <10078984+yawara@users.noreply.github.com>
Co-authored-by: yawara <10078984+yawara@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update roxmltree requirement from 0.15.0 to 0.21.1
Support roxmltree 0.21.1 with updated lifetime parameters and iterator API
Feb 19, 2026
dependabot
Bot
force-pushed
the
dependabot/cargo/roxmltree-0.21.1
branch
from
February 19, 2026 04:19
9fe0b56 to
101c09d
Compare
yawara
marked this pull request as ready for review
February 19, 2026 14:10
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.
Updates roxmltree from 0.15.0 to 0.21.1, addressing breaking API changes in the XML parsing layer.
Key Changes
Attributenow requires two lifetimes<'a, 'input>instead of oneNode::attributes()returns an iterator instead of a slice—now collected intoVecfor repeated lookupsattribute_of()returns&'a str(fromAttribute::value()) instead of&'input strTest Fixes
Corrected malformed XML closing tags in
port.rstests (<Port>→</Port>), exposed by stricter validation in roxmltree 0.17.0+.Before/After
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.