-
Notifications
You must be signed in to change notification settings - Fork 210
Commit da3ad28
Merge #978
978: Update roxmltree requirement from 0.15 to 0.16 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.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>`
</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>
<h2>[0.15.1] - 2022-10-18</h2>
<h3>Fixed</h3>
<ul>
<li>Bump <code>xmlparser</code> to prevent stack overflow on some input.</li>
</ul>
<h2>[0.15.0] - 2022-08-15</h2>
<h3>Changed</h3>
<ul>
<li>Extend <code>Document::descendants</code> lifetime.
Thanks to <a href="https://github.com/DBLouis"><code>`@DBLouis</code></a>.</li>`
<li>Derive <code>Eq</code> and <code>Hash</code> for <code>NodeId</code>.</li>
<li>Remove <code>pretty_assertions</code> dev-dependency.</li>
<li>MSRV is now 1.36</li>
</ul>
<h2>[0.14.1] - 2021-04-01</h2>
<h3>Changed</h3>
<ul>
<li>The <code>std</code> feature is enabled by default now.</li>
</ul>
<h2>[0.14.0] - 2020-12-27</h2>
<h3>Added</h3>
<ul>
<li>An ability to reject XML with DTD in it.</li>
<li>The library is no_std + alloc now.</li>
<li><code>ParsingOptions</code></li>
<li><code>Document::parse_with_options</code></li>
<li><code>Error::DtdDetected</code></li>
</ul>
<h2>[0.13.1] - 2020-12-19</h2>
<h3>Added</h3>
<ul>
<li><code>Debug</code> for all public types.</li>
</ul>
<h2>[0.13.0] - 2020-06-20</h2>
<h3>Changed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/e5fa00eae4b5e121ed82b0d640d602dd4300563e"><code>e5fa00e</code></a> Drop attrs_start_idx and use drain when resolving attributes.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/1dcbdfafb83d445bc3d60e509f665bf4f806e4c1"><code>1dcbdfa</code></a> Version bump.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/6a2915b5a2e30d650dc5a28ccb09d319a9dad9f7"><code>6a2915b</code></a> Make sure we allocate less than u32::MAX attributes.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/fe5d24b63b13760ef869f3e93c4e5d58a1cbf6d0"><code>fe5d24b</code></a> Add Memory Overhead section to the readme.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/45e0b37a3be206767ca708fa8d94e09c567c1c2b"><code>45e0b37</code></a> Add ParsingOptions::nodes_limit</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/b13557b2351032a01b3160ff7f1d2ef178808b6d"><code>b13557b</code></a> Fix clippy warnings.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/e8dd1623a47efe71cda1690e09f061836b32ea4e"><code>e8dd162</code></a> Reformat.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/59a263c5fd04a6627a48d1f453df8fddd11fccbd"><code>59a263c</code></a> Remove 4GB input limit.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/51db2459fdf7c283c29d1e990ea4b077e39d1e2e"><code>51db245</code></a> Do not store Node and Attribute end range in the original document.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/9a4308e809d9cb61d586bdf7f118cc6271fc8629"><code>9a4308e</code></a> Use indexes for Node and Attribute Namespaces.</li>
<li>Additional commits viewable in <a href="https://github.com/RazrFalcon/roxmltree/compare/v0.15.0...v0.16.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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- bindings-generator
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedbindings-generator/Cargo.toml
Copy file name to clipboardExpand all lines: bindings-generator/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
|
0 commit comments