Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump xml-rs from 0.8.4 to 0.8.14 (vectordotdev#17607)
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xml-rs&package-manager=cargo&previous-version=0.8.4&new-version=0.8.14)](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/vectordotdev/vector/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: neuronull <neuronull@pm.me>
- Loading branch information