dependabot[bot] opened a new pull request, #2918: URL: https://github.com/apache/arrow-rs/pull/2918
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.26.0 -- 2022-10-23</h2> <h3>Misc Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/481">#481</a>: Removed the uses of <code>const fn</code> added in version 0.24 in favor of a lower minimum supported Rust version (1.46.0). Minimum supported Rust version is now verified in the CI.</li> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/489">#489</a>: Reduced the size of the package uploaded into the crates.io by excluding tests, examples, and benchmarks.</li> </ul> <p><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/481">#481</a>: <a href="https://github-redirect.dependabot.com/tafia/quick-xml/pull/481">tafia/quick-xml#481</a> <a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/489">#489</a>: <a href="https://github-redirect.dependabot.com/tafia/quick-xml/pull/489">tafia/quick-xml#489</a></p> <h2>0.25.0 -- 2022-09-10</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/469">#469</a>: Fix incorrect parsing of CDATA and comments when using buffered readers</li> </ul> <h3>Misc Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/468">#468</a>: Content of <code>DeError::Unsupported</code> changed from <code>&'static str</code> to <code>Cow<'static, str></code></li> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/468">#468</a>: Ensure that map keys are restricted to only types that can be serialized as primitives</li> </ul> <p><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/468">#468</a>: <a href="https://github-redirect.dependabot.com/tafia/quick-xml/pull/468">tafia/quick-xml#468</a> <a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/469">#469</a>: <a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/469">tafia/quick-xml#469</a></p> <h2>0.24.1 -- 2022-09-10</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/469">#469</a>: Fix incorrect parsing of CDATA and comments when using buffered readers</li> </ul> <p><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/469">#469</a>: <a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/469">tafia/quick-xml#469</a></p> <h2>0.24.0 -- 2022-08-28</h2> <h3>New Features</h3> <ul> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/387">#387</a>: Allow overlapping between elements of sequence and other elements (using new feature <code>overlapped-lists</code>)</li> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/393">#393</a>: New module <code>name</code> with <code>QName</code>, <code>LocalName</code>, <code>Namespace</code>, <code>Prefix</code> and <code>PrefixDeclaration</code> wrappers around byte arrays and <code>ResolveResult</code> with the result of namespace resolution</li> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/180">#180</a>: Make <code>Decoder</code> struct public. You already had access to it via the <code>Reader::decoder()</code> method, but could not name it in the code. Now the preferred way to access decoding functionality is via this struct</li> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/395">#395</a>: Add support for XML Schema <code>xs:list</code></li> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/324">#324</a>: <code>Reader::from_str</code> / <code>Deserializer::from_str</code> / <code>from_str</code> now ignore the XML declared encoding and always use UTF-8</li> <li><a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/416">#416</a>: Add <code>borrow()</code> methods in all event structs which allows to get</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/7c423cec23f3f8753651456be10ea9e313747b07"><code>7c423ce</code></a> Release 0.26.0</li> <li><a href="https://github.com/tafia/quick-xml/commit/76335ae378fa4aa7fbdf22393aaf9eebdfa725a5"><code>76335ae</code></a> Remove outdated note in readme</li> <li><a href="https://github.com/tafia/quick-xml/commit/8fda0272109b64c302d08e804e5cea4a0344d311"><code>8fda027</code></a> Add changelog entry for <a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/489">#489</a></li> <li><a href="https://github.com/tafia/quick-xml/commit/9c32654fe1cf3533cd5e2ca2f197df3cbc4953a7"><code>9c32654</code></a> Add explicit paths to tests and benches</li> <li><a href="https://github.com/tafia/quick-xml/commit/c3cf1358db023c5d2dc295b12d75a4d01aa3f28e"><code>c3cf135</code></a> Exclude unnecessary files from package</li> <li><a href="https://github.com/tafia/quick-xml/commit/240f2049aec50876b6e13e632120b20cd60a37af"><code>240f204</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tafia/quick-xml/issues/481">#481</a> from dralley/msrv</li> <li><a href="https://github.com/tafia/quick-xml/commit/b8cdc1fa26b5e8280ae267e0661e5ccd183063b7"><code>b8cdc1f</code></a> Drop <code>const fn</code> from places where it was previously added in 0.24</li> <li><a href="https://github.com/tafia/quick-xml/commit/da5f1e7f8974f08bfd3761e799f73b0f1164e3b2"><code>da5f1e7</code></a> Update versions of dependencies</li> <li><a href="https://github.com/tafia/quick-xml/commit/64b2c4bd85d4ccb4b55bca429c7fea5d66f14247"><code>64b2c4b</code></a> Add changelog for 0.23.1 and 0.24.1</li> <li>See full diff in <a href="https://github.com/tafia/quick-xml/compare/v0.25.0...v0.26.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 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]
