Skip to content

Commit 24b98be

Browse files
Merge #1029
1029: Update roxmltree requirement from 0.17 to 0.18 r=chitoyuu a=dependabot[bot] Updates the requirements on [roxmltree](https://github.com/RazrFalcon/roxmltree) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md">roxmltree's changelog</a>.</em></p> <blockquote> <h2>[0.18.0] - 2023-02-04</h2> <h3>Added</h3> <ul> <li><code>StringStorage</code> that exposes an internal string storage.</li> <li>Allocated strings are stored as <code>Arc&lt;str&gt;</code> and not <code>String</code> now.</li> <li><code>Node::text_storage</code></li> <li><code>Node::tail_storage</code></li> <li><code>Attribute::value_storage</code></li> <li><code>Node::range</code></li> </ul> <h3>Removed</h3> <ul> <li><code>Node::position</code>. Use <code>Node::range</code> instead.</li> </ul> <h3>Fixed</h3> <ul> <li>Some methods return longer lifetimes now. Thanks to <a href="https://github.com/adamreichold"><code>`@​adamreichold</code></a></li>` <li>Overly verbose Debug implementations. Thanks to <a href="https://github.com/adamreichold"><code>`@​adamreichold</code></a></li>` </ul> <h2>[0.17.0] - 2023-01-06</h2> <h3>Added</h3> <ul> <li>Stored namespaces are deduplicated now, which can reduce memory usage on large files up to 10%. Thanks to <a href="https://github.com/adamreichold"><code>`@​adamreichold</code></a></li>` </ul> <h3>Changed</h3> <ul> <li><code>Node::namespaces</code> returns an iterator and not a slice now.</li> </ul> <h3>Fixed</h3> <ul> <li>Unclosed root element is an error now. Thanks to <a href="https://github.com/adamreichold"><code>`@​adamreichold</code></a></li>` </ul> <h2>[0.16.0] - 2022-11-20</h2> <h3>Added</h3> <ul> <li><code>positions</code> build feature.</li> <li><code>Node::position</code></li> <li><code>Attribute::position</code></li> <li><code>ParsingOptions::nodes_limit</code> to limit the maximum number of nodes to parse.</li> </ul> <h3>Changed</h3> <ul> <li>Peak memory usage reduces by up to 20% depending on an input. Thanks to <a href="https://github.com/adamreichold"><code>`@​adamreichold</code></a>` and <a href="https://github.com/tomjw64"><code>`@​tomjw64</code></a>.</li>` <li><code>Node::attributes</code> returns an iterator and not a slice now.</li> </ul> <h3>Removed</h3> <ul> <li>4GB input limit.</li> <li>Do not store Node and Attribute end range in the original document.</li> <li>Do not store attribute value range in the original document.</li> <li><code>Node::range</code>. Use <code>position</code> instead.</li> <li><code>Attribute::range</code>. Use <code>position</code> instead.</li> <li><code>Attribute::value_range</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RazrFalcon/roxmltree/commit/8f6f14bbc7bcaf39bd65956c1858b7c78b99791f"><code>8f6f14b</code></a> Version bump.</li> <li><a href="https://github.com/RazrFalcon/roxmltree/commit/c4d622fccc9d082b799a281bc6fc9b66267c285a"><code>c4d622f</code></a> Store node's end position again.</li> <li><a href="https://github.com/RazrFalcon/roxmltree/commit/3d33827a7571b28fc4e890cb42db054fc6e615c2"><code>3d33827</code></a> Use ref-counted owned strings.</li> <li><a href="https://github.com/RazrFalcon/roxmltree/commit/e81718610aa8943664c937844f60dda34bce4556"><code>e817186</code></a> Expose 'input lifetime where it is the backing lifetime.</li> <li><a href="https://github.com/RazrFalcon/roxmltree/commit/0b12673528ce049e94d080156e139b59a51dbc05"><code>0b12673</code></a> Use consistent debug impls for the various iterators that avoid formatting th...</li> <li>See full diff in <a href="https://github.com/RazrFalcon/roxmltree/compare/v0.17.0...v0.18.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 68d2967 + a04cbed commit 24b98be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ miniserde = "0.1.16"
2222
proc-macro2 = "1"
2323
quote = "1"
2424
regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
25-
roxmltree = "0.17"
25+
roxmltree = "0.18"
2626
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
2727
unindent = "0.2.0"
2828
which = { optional = true, version = "4" }

0 commit comments

Comments
 (0)