-
Notifications
You must be signed in to change notification settings - Fork 210
Commit a423bb0
Merge #927
927: Update roxmltree requirement from 0.14 to 0.15 r=Bromeon 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.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>
<ul>
<li>Better <code>ExpandedName</code> lifetimes. Thanks to <a href="https://github.com/eduardosm"><code>`@eduardosm</code></a>.</li>`
</ul>
<h2>[0.12.0] - 2020-06-20</h2>
<h3>Changed</h3>
<ul>
<li>Re-release 0.11.1, since it had a breaking change.</li>
</ul>
<h2>[0.11.1] - 2020-06-19</h2>
<h3>Changed</h3>
<ul>
<li>Extend <code>ExpandedName</code> lifetime. Thanks to <a href="https://github.com/rkusa"><code>`@rkusa</code></a>.</li>`
</ul>
<h2>[0.11.0] - 2020-04-19</h2>
<h3>Added</h3>
<ul>
<li>Implement <code>Ord</code>, <code>PartialOrd</code> and <code>Hash</code> for <code>Node</code>. Thanks to [<a href="https://github.com/tomjw64"><code>`@tomjw64</code></a>].</li>`
<li><code>NodeId</code>, <code>Document::get_node</code> and <code>Node::id</code>. Thanks to [<a href="https://github.com/tomjw64"><code>`@tomjw64</code></a>].</li>`
</ul>
<h3>Changed</h3>
<ul>
<li>The input data size is limited by 4GiB now.</li>
<li><code>Node</code> can be accessed from multiple threads now.</li>
<li>Reduce <code>Node</code> memory usage.</li>
<li>Greatly optimized <code>Descendants</code> iterator. Up to 5x faster in some cases. Thanks to [<a href="https://github.com/tomjw64"><code>`@tomjw64</code></a>].</li>`
<li>Heavily reduce memory usage when document has a lot of namespaces. Thanks to [<a href="https://github.com/tomjw64"><code>`@tomjw64</code></a>].</li>`
</ul>
<h3>Removed</h3>
<ul>
<li><code>Node::traverse</code>, <code>Traverse</code> and <code>Edge</code>. Use <code>Node::descendants</code> instead.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/8072a8b1c6f3a98f480845b5640e332cc16360d1"><code>8072a8b</code></a> Fix no_std build.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/7846376269bcbd8b597b89d68cb909678ac155f1"><code>7846376</code></a> Version bump.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/c1183101f471a565d0612298bfa9c8b3409c7abd"><code>c118310</code></a> Remove pretty_assertions dev-dependency.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/c49f9097b06ccde296d01ce188219cc1f61da02d"><code>c49f909</code></a> Clippy fixes.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/c464ed8c96f02ca85c380ef5ed254e28b93d2239"><code>c464ed8</code></a> Derive Eq and Hash for NodeId.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/d2b8d73f164799b05fb6a3e542ff1db549956838"><code>d2b8d73</code></a> Fix MSRV.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/51f89808b8c1df2e75c6e9275d3149f3e2fcd5db"><code>51f8980</code></a> (ci) Fix MSRV check.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/6e6dc3f22df3768b5a8d3c67f677891c29bd871c"><code>6e6dc3f</code></a> Fix a few Clippy warnings</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/0b1915d120e90b751ed65428b68bb408522434b0"><code>0b1915d</code></a> Simplify testing.</li>
<li><a href="https://github.com/RazrFalcon/roxmltree/commit/e8e23b7353ddc417f8eab3f6c631e956130fd0c6"><code>e8e23b7</code></a> Fix minidom link in the readme.</li>
<li>Additional commits viewable in <a href="https://github.com/RazrFalcon/roxmltree/compare/v0.14.0...v0.15.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