dependabot[bot] opened a new pull request, #6350: URL: https://github.com/apache/opendal/pull/6350
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.36.2 to 0.37.5. <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.37.5 - BytesCData::decode()</h2> <h2>What's Changed</h2> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/857">#857</a>: Add <code>BytesCData::decode()</code>.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/857">#857</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/857">tafia/quick-xml#857</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mematthias"><code>@mematthias</code></a> made their first contribution in <a href="https://redirect.github.com/tafia/quick-xml/pull/857">tafia/quick-xml#857</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tafia/quick-xml/compare/v0.37.4...v0.37.5">https://github.com/tafia/quick-xml/compare/v0.37.4...v0.37.5</a></p> <h2>v0.37.4 - Derive more traits for readers</h2> <h2>What's Changed</h2> <h3>Misc Changes</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/852">#852</a>: Add <code>Debug</code> impl for <code>NsReader</code> and <code>Reader</code> and <code>Clone</code> impl for <code>NsReader</code></li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/852">#852</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/852">tafia/quick-xml#852</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lukasfri"><code>@lukasfri</code></a> made their first contribution in <a href="https://redirect.github.com/tafia/quick-xml/pull/852">tafia/quick-xml#852</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tafia/quick-xml/compare/v0.37.3...v0.37.4">https://github.com/tafia/quick-xml/compare/v0.37.3...v0.37.4</a></p> <h2>v0.37.3 - support for <code>xsi:nil</code> in Deserializer</h2> <h2>What's Changed</h2> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/850">#850</a>: Add <code>Attribute::as_bool()</code> method to get an attribute value as a boolean.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/850">#850</a>: Add <code>Attributes::has_nil()</code> method to check if attributes has <code>xsi:nil</code> attribute set to <code>true</code>.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/497">#497</a>: Handle <code>xsi:nil</code> attribute in serde Deserializer to better process optional fields.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tafia/quick-xml/compare/v0.37.2...v0.37.3">https://github.com/tafia/quick-xml/compare/v0.37.2...v0.37.3</a></p> <h2>v0.37.2 - se::to_utf8_io_writer()</h2> <h2>What's Changed</h2> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/836">#836</a>: Add <code>se::to_utf8_io_writer()</code> helper compatible with <code>std::io::Write</code> and restricted to UTF-8 encoding.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/836">#836</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/836">tafia/quick-xml#836</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pronebird"><code>@pronebird</code></a> made their first contribution in <a href="https://redirect.github.com/tafia/quick-xml/pull/836">tafia/quick-xml#836</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tafia/quick-xml/compare/v0.37.1...v0.37.2">https://github.com/tafia/quick-xml/compare/v0.37.1...v0.37.2</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.37.5 -- 2025-04-27</h2> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/857">#857</a>: Add <code>BytesCData::decode()</code>.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/857">#857</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/857">tafia/quick-xml#857</a></p> <h2>0.37.4 -- 2025-04-01</h2> <h3>Misc Changes</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/852">#852</a>: Add <code>Debug</code> impl for <code>NsReader</code> and <code>Reader</code> and <code>Clone</code> impl for <code>NsReader</code></li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/852">#852</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/852">tafia/quick-xml#852</a></p> <h2>0.37.3 -- 2025-03-25</h2> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/850">#850</a>: Add <code>Attribute::as_bool()</code> method to get an attribute value as a boolean.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/850">#850</a>: Add <code>Attributes::has_nil()</code> method to check if attributes has <code>xsi:nil</code> attribute set to <code>true</code>.</li> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/497">#497</a>: Handle <code>xsi:nil</code> attribute in serde Deserializer to better process optional fields.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/497">#497</a>: <a href="https://redirect.github.com/tafia/quick-xml/issues/497">tafia/quick-xml#497</a> <a href="https://redirect.github.com/tafia/quick-xml/issues/850">#850</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/850">tafia/quick-xml#850</a></p> <h2>0.37.2 -- 2024-12-29</h2> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/836">#836</a>: Add <code>se::to_utf8_io_writer()</code> helper compatible with <code>std::io::Write</code> and restricted to UTF-8 encoding.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/836">#836</a>: <a href="https://redirect.github.com/tafia/quick-xml/pull/836">tafia/quick-xml#836</a></p> <h2>0.37.1 -- 2024-11-17</h2> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/tafia/quick-xml/issues/831">#831</a>: Add <code>BytesCData::escaped()</code> fn to construct CDATA events from arbitrary user input.</li> </ul> <p><a href="https://redirect.github.com/tafia/quick-xml/issues/831">#831</a>: <a href="https://redirect.github.com/tafia/quick-xml/issues/831">tafia/quick-xml#831</a></p> <h2>0.37.0 -- 2024-10-27</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tafia/quick-xml/commit/a018365abc4743b4abbd53892a7362b3f239bbd1"><code>a018365</code></a> Release 0.37.5</li> <li><a href="https://github.com/tafia/quick-xml/commit/a7cb87889951e31828d037ae80d13b3788392e3a"><code>a7cb878</code></a> Merge pull request <a href="https://redirect.github.com/tafia/quick-xml/issues/857">#857</a> from mematthias/master</li> <li><a href="https://github.com/tafia/quick-xml/commit/4acc194928a4a884d9eb8dd317fd428e3ffb8570"><code>4acc194</code></a> Make BytesCData decode method pub</li> <li><a href="https://github.com/tafia/quick-xml/commit/a81bac74d6c30b80024a4f9198e501d4aed29d3d"><code>a81bac7</code></a> Release 0.37.4</li> <li><a href="https://github.com/tafia/quick-xml/commit/cbcf835776d969472a57ae7418c45483f9090239"><code>cbcf835</code></a> Add some standard derives for Debug and Clone on Reader and NsReader.</li> <li><a href="https://github.com/tafia/quick-xml/commit/2cedfe171bccd07f1e8f5aa13ff1aff8406ad821"><code>2cedfe1</code></a> Release 0.37.3</li> <li><a href="https://github.com/tafia/quick-xml/commit/44644b32ebdf33830e030e9a97fcc632b36db041"><code>44644b3</code></a> Merge pull request <a href="https://redirect.github.com/tafia/quick-xml/issues/850">#850</a> from Mingun/fix/honor_xsi_nil</li> <li><a href="https://github.com/tafia/quick-xml/commit/3c4de8819b3c8d50ea7fa38e0e5f86044eb06cb1"><code>3c4de88</code></a> Migrate to actions/upload-artifact@v4 in fuzzer sub-project</li> <li><a href="https://github.com/tafia/quick-xml/commit/6176c330c523ee8c2aa224502406b1f778fd234f"><code>6176c33</code></a> Properly use <code>xsi:nil</code> to deserialize null values via serde</li> <li><a href="https://github.com/tafia/quick-xml/commit/10b37f71877be65593a6f479c1d9043d4b07b578"><code>10b37f7</code></a> Add tests for xsi:nil handling</li> <li>Additional commits viewable in <a href="https://github.com/tafia/quick-xml/compare/v0.36.2...v0.37.5">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 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org