Skip to content

Commit a932489

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: neuronull <[email protected]>
1 parent d956092 commit a932489

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ winnow,https://github.com/winnow-rs/winnow,MIT,The winnow Authors
610610
winreg,https://github.com/gentoo90/winreg-rs,MIT,Igor Shaula <[email protected]>
611611
woothee,https://github.com/woothee/woothee-rust,Apache-2.0,hhatto <[email protected]>
612612
wyz,https://github.com/myrrlyn/wyz,MIT,myrrlyn <[email protected]>
613-
xml-rs,https://github.com/netvl/xml-rs,MIT,Vladimir Matveev <[email protected]>
613+
xml-rs,https://github.com/kornelski/xml-rs,MIT,Vladimir Matveev <[email protected]>
614614
xmlparser,https://github.com/RazrFalcon/xmlparser,MIT OR Apache-2.0,Evgeniy Reizner <[email protected]>
615615
yaml-rust,https://github.com/chyh1990/yaml-rust,MIT OR Apache-2.0,Yuheng Chen <[email protected]>
616616
zerocopy,https://fuchsia.googlesource.com/fuchsia/+/HEAD/src/lib/zerocopy,BSD-2-Clause,Joshua Liebow-Feeser <[email protected]>

0 commit comments

Comments
 (0)