dependabot[bot] opened a new pull request, #727: URL: https://github.com/apache/arrow-rs-object-store/pull/727
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tafia/quick-xml/releases">quick-xml's releases</a>.</em></p> <blockquote> <h2>v0.40.1 - Fix rarely possible serde deserialization panic</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/964">#964</a>: Fix <code>unreachable!()</code> panic in the serde deserializer when a DOCTYPE declaration appears between two text runs inside an element (e.g. <code><a>x<!DOCTYPE y>z</a></code>). The DOCTYPE used to break <code>drain_text</code>'s consecutive-text merge, so two <code>DeEvent::Text</code> events reached <code>read_text</code> and tripped its "Cannot be two consequent Text events" invariant. DOCTYPE is now treated as transparent during text drain — it still goes through the entity resolver, but the surrounding text is merged into one run. Discovered via libFuzzer on a real-world SAML deserializer harness.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/964">#964</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/964">tafia/quick-xml#964</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/williamareynolds"><code>@williamareynolds</code></a> made their first contribution in <a href="https://redirect.github.com/tafia/quick-xml/pull/964">tafia/quick-xml#964</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tafia/quick-xml/compare/v0.40.0...v0.40.1">https://github.com/tafia/quick-xml/compare/v0.40.0...v0.40.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tafia/quick-xml/blob/master/Changelog.md">quick-xml's changelog</a>.</em></p> <blockquote> <h2>0.40.1 -- 2026-05-15</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/964">#964</a>: Fix <code>unreachable!()</code> panic in the serde deserializer when a DOCTYPE declaration appears between two text runs inside an element (e.g. <code><a>x<!DOCTYPE y>z</a></code>). The DOCTYPE used to break <code>drain_text</code>'s consecutive-text merge, so two <code>DeEvent::Text</code> events reached <code>read_text</code> and tripped its "Cannot be two consequent Text events" invariant. DOCTYPE is now treated as transparent during text drain — it still goes through the entity resolver, but the surrounding text is merged into one run. Discovered via libFuzzer on a real-world SAML deserializer harness.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/964">#964</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/964">tafia/quick-xml#964</a></p> <h3>Misc Changes</h3> <h2>0.40.0 -- 2026-05-11</h2> <p>MSRV bumped to 1.79.</p> <p>Now <code>quick-xml</code> supports the UTF-16 encoded documents. See the new <code>DecodingReader</code> type.</p> <h3>New Features</h3> <ul> <li> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/956">#956</a>: Add <code>DecodingReader</code>, a <code>BufRead</code> adapter that auto-detects encoding from BOM or XML declaration and transcodes to UTF-8. Enabled by the <code>encoding</code> feature.</p> </li> <li> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/938">#938</a>: Add new enumeration <code>XmlVersion</code> and typified getter <code>BytesDecl::xml_version()</code>.</p> </li> <li> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/938">#938</a>: Add new error variant <code>IllFormedError::UnknownVersion</code>.</p> </li> <li> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/371">#371</a>: Add new error variant <code>EscapeError::TooManyNestedEntities</code>.</p> </li> <li> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/371">#371</a>: Improved compliance with the XML attribute value normalization process by adding</p> <ul> <li><code>Attribute::normalized_value()</code></li> <li><code>Attribute::normalized_value_with()</code></li> <li><code>Attribute::decoded_and_normalized_value()</code></li> <li><code>Attribute::decoded_and_normalized_value_with()</code></li> </ul> <p>which ought to be used in place of deprecated</p> <ul> <li><code>Attribute::unescape_value()</code></li> <li><code>Attribute::unescape_value_with()</code></li> <li><code>Attribute::decode_and_unescape_value()</code></li> <li><code>Attribute::decode_and_unescape_value_with()</code></li> </ul> <p>Deprecated functions now behaves the same as newly added.</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/938">#938</a>: Use correct rules for EOL normalization in <code>Deserializer</code> when parse XML 1.0 documents. Previously XML 1.1. rules was applied.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tafia/quick-xml/commit/9aaea9281d346ec0249c679639a15eef8f9cbb18"><code>9aaea92</code></a> Release 0.40.1</li> <li><a href="https://github.com/tafia/quick-xml/commit/ce488bca4e85427e5ab431e7c9e6f15b9ed73135"><code>ce488bc</code></a> Merge pull request <a href="https://redirect.github.com/tafia/quick-xml/issues/964">#964</a> from williamareynolds/fix/de-doctype-in-text-unreachable</li> <li><a href="https://github.com/tafia/quick-xml/commit/e00ae5c749155ee3001bd4629a12282011a0fdfb"><code>e00ae5c</code></a> Fix unreachable!() panic when DOCTYPE appears between text runs in element co...</li> <li><a href="https://github.com/tafia/quick-xml/commit/2778564d592ca25d6315ea20b5105c74addfce5e"><code>2778564</code></a> Release 0.40.0</li> <li><a href="https://github.com/tafia/quick-xml/commit/393db036811e7473b22d875109cd07acb183580f"><code>393db03</code></a> Merge pull request <a href="https://redirect.github.com/tafia/quick-xml/issues/962">#962</a> from Mingun/prepare-0.40</li> <li><a href="https://github.com/tafia/quick-xml/commit/a27709a457126f129b06d20309316be74056234c"><code>a27709a</code></a> Fix misprint in code example</li> <li><a href="https://github.com/tafia/quick-xml/commit/0c0c914bc753075abdab92dcd94fc95c6a195b25"><code>0c0c914</code></a> Make some functions const and enable clippy::missing_const_for_fn lint</li> <li><a href="https://github.com/tafia/quick-xml/commit/bf4ffe5020cbe256c441c2cd26adf8716f6e5324"><code>bf4ffe5</code></a> Fix clippy warning: use <code>.first()</code> instead of <code>.get(0)</code></li> <li><a href="https://github.com/tafia/quick-xml/commit/d69baad385aeb489d4761469cc9738c21aa41c4f"><code>d69baad</code></a> Fix clippy warning: remove unnecessary after 241f01e20ff679e9248f2ae424c9ba82...</li> <li><a href="https://github.com/tafia/quick-xml/commit/8e0ae4f7f4f2d0dda9f000f094bdf9b8e2b915a5"><code>8e0ae4f</code></a> Fix clippy warning: use <code>strip_prefix</code> instead of manual stripping</li> <li>Additional commits viewable in <a href="https://github.com/tafia/quick-xml/compare/v0.39.0...v0.40.1">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
