-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit 0cf1820
Merge #601
601: Bump xml-rs from 0.8.4 to 0.8.14 r=jonasbb a=dependabot[bot]
Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.4 to 0.8.14.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/kornelski/xml-rs/blob/main/Changelog.md">xml-rs's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.8.7</h2>
<ul>
<li>Basic parsing of DTD internal subset</li>
<li>Speed improvements</li>
</ul>
<h2>Version 0.8.6</h2>
<ul>
<li>Fixed parsing of incorrectly nested comments and processing instructions</li>
</ul>
<h2>Version 0.8.5</h2>
<ul>
<li>Updated source code to edition 2018 and fixed/updated some Rust idioms.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/kornelski/xml-rs/commit/277656386e9910a395e2232e9f6e21d1da0e06c2"><code>2776563</code></a> chore: Release xml-rs version 0.8.14</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/ca962a920cde9d482e8f4bd8341dc1451cea3075"><code>ca962a9</code></a> Explain next_pos wonkiness</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/6c13445136412bc2269de3b366e7d40695c576e1"><code>6c13445</code></a> Balance pos pushes when ignoring comments</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/129ab96ca313d470121a102629840c78d623a306"><code>129ab96</code></a> Merge pull request <a href="https://redirect.github.com/kornelski/xml-rs/issues/226">#226</a> from 00xc/unreachable_token</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/c09549a187e62d39d40467f129e64abf32efc35c"><code>c09549a</code></a> Avoid panic when displaying unexpected token error</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/563f97599eb6ad36b997a5305745dd8775ba9be4"><code>563f975</code></a> Fix change to public fields</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/9179e7904eb9ccc7e0bccfee3a28bd9825936482"><code>9179e79</code></a> Bump</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/3562bff4041cba478158739a416d7a175bb21548"><code>3562bff</code></a> Require spaces between attributes</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/1eefdc91676728f4d10fafdf08c76069a9e55965"><code>1eefdc9</code></a> Require spaces between prolog attrs</li>
<li><a href="https://github.com/kornelski/xml-rs/commit/535914eaf8ecc3a823ba7a7dc6861d9def6cef39"><code>535914e</code></a> Forbid whitespace before XML prolog</li>
<li>Additional commits viewable in <a href="https://github.com/kornelski/xml-rs/compare/0.8.4...0.8.14">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jonasbb/serde_with/network/alerts).
</details>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changedFilter options
- serde_with
Expand file treeCollapse file tree
2 files changed
+3
-3
lines changed+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
|
0 commit comments