dependabot[bot] opened a new pull request, #420: URL: https://github.com/apache/arrow-rs-object-store/pull/420
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. <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.38.0 -- 2025-06-28</h2> <h3>Significant changes</h3> <p>Now references to entities (as predefined, such as <code>&lt;</code>, as user-defined) reported as a new <code>Event::GeneralRef</code>. Caller can parse the content of the entity and stream events from it as it is required by the XML specification. See the updated <code>custom_entities</code> example!</p> <p>Implement whitespace behavior in the standard in <code>Deserializer</code>, which says string primitive types should preserve whitespace, while all other primitives have collapse behavior.</p> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/863">#863</a>: Add <code>Attributes::into_map_access(&str)</code> and <code>Attributes::into_deserializer()</code> when <code>serialize</code> feature is enabled. This will allow do deserialize serde types right from attributes. Both methods returns the same type which implements serde's <code>Deserializer</code> and <code>MapAccess</code> traits.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/766">#766</a>: Allow to parse resolved entities as XML fragments and stream events from them.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/766">#766</a>: Added new event <code>Event::GeneralRef</code> with content of [general entity].</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/766">#766</a>: Added new configuration option <code>allow_dangling_amp</code> which allows to have a <code>&</code> not followed by <code>;</code> in the textual data which is required for some applications for compatibility reasons.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/285">#285</a>: Add ability to <code>quick_xml::de::Text</code> to access text with trimmed spaces</li> </ul> <h3>Bug Fixes</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/868">#868</a>: Allow to have both <code>$text</code> and <code>$value</code> special fields in one struct. Previously any text will be recognized as <code>$value</code> field even when <code>$text</code> field is also presented.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/868">#868</a>: Skip text events when deserialize a sequence of items overlapped with text (including CDATA).</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/841">#841</a>: Do not strip <code>xml</code> prefix from the attributes when map them to struct fields in <code>Deserializer</code>.</li> </ul> <h3>Misc Changes</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/863">#863</a>: Remove <code>From<QName<'a>> for BytesStart<'a></code> because now <code>BytesStart</code> stores the encoding in which its data is encoded, but <code>QName</code> is a simple wrapper around byte slice.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/766">#766</a>: <code>BytesText::unescape</code> and <code>BytesText::unescape_with</code> replaced by <code>BytesText::decode</code>. Now Text events does not contain escaped parts which are reported as <code>Event::GeneralRef</code>.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/285">#285</a>: <a href="https://redirect.github.com/tafia/quick-xml/issues/285">tafia/quick-xml#285</a> <a href="https://redirect.github.com/tafia/quick-xml/issues/766">#766</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/766">tafia/quick-xml#766</a> <a href="https://redirect.github.com/tafia/quick-xml/issues/841">#841</a>: <a href="https://redirect.github.com/tafia/quick-xml/issues/841">tafia/quick-xml#841</a> <a href="https://redirect.github.com/tafia/quick-xml/issues/863">#863</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/863">tafia/quick-xml#863</a> <a href="https://redirect.github.com/tafia/quick-xml/issues/868">#868</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/868">tafia/quick-xml#868</a> [general entity]: <a href="https://www.w3.org/TR/xml11/#gen-entity">https://www.w3.org/TR/xml11/#gen-entity</a></p> <h2>0.37.5 -- 2025-04-27</h2> <h3>New Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tafia/quick-xml/commit/e8806e0128c701f42cc63b02aeece9fdda7df60e"><code>e8806e0</code></a> Release 0.38.0</li> <li><a href="https://github.com/tafia/quick-xml/commit/7c4b702fe50265548987c8043b4fb4e5feb57f09"><code>7c4b702</code></a> Fix incorrect references in the documentation</li> <li><a href="https://github.com/tafia/quick-xml/commit/2cbb2b8b0d63a8b457c2b155ac5ce4aff932079a"><code>2cbb2b8</code></a> Merge pull request <a href="https://redirect.github.com/tafia/quick-xml/issues/873">#873</a> from curatorsigma/serde_roundtrip_xml_attrs</li> <li><a href="https://github.com/tafia/quick-xml/commit/bc18c57ca803254d4abeebbd4a6adae13f4bbd82"><code>bc18c57</code></a> serde: allow xml: attributes to roundtrip</li> <li><a href="https://github.com/tafia/quick-xml/commit/899d573c75e9f134a15f27dea9171239573ddf76"><code>899d573</code></a> Skip unwanted text events in sequences</li> <li><a href="https://github.com/tafia/quick-xml/commit/5942a13a96215e9e43825f2e5e0df4b6839fcf8e"><code>5942a13</code></a> Add regression test for <a href="https://redirect.github.com/tafia/quick-xml/issues/868">#868</a></li> <li><a href="https://github.com/tafia/quick-xml/commit/f152aec24a36745430960222e433f1462d71f60f"><code>f152aec</code></a> Allow both <code>&text</code> and <code>$value</code> fields in the same struct</li> <li><a href="https://github.com/tafia/quick-xml/commit/d6dfeedea417005fc2ed827b792a30e11fdebbfd"><code>d6dfeed</code></a> Merge pull request <a href="https://redirect.github.com/tafia/quick-xml/issues/872">#872</a> from Mingun/update-compare</li> <li><a href="https://github.com/tafia/quick-xml/commit/6017acf5086f65515d1f5fedc087426c1fb02513"><code>6017acf</code></a> Merge pull request <a href="https://redirect.github.com/tafia/quick-xml/issues/865">#865</a> from ggodlewski/untrim</li> <li><a href="https://github.com/tafia/quick-xml/commit/15a3e861695dca363ab07041ffda839fc2996db6"><code>15a3e86</code></a> compare: Put each group into its own file to be able to run them independentl...</li> <li>Additional commits viewable in <a href="https://github.com/tafia/quick-xml/compare/v0.37.0...v0.38.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 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]
