dependabot[bot] opened a new pull request, #4983:
URL: https://github.com/apache/arrow-rs/pull/4983

   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>Support serve &gt;=1.0.181, various serde fixes and async writer</h2>
   <h2>What's Changed</h2>
   <p>MSRV bumped to 1.56! Crate now uses Rust 2021 edition.</p>
   <p>:warning: BREAKING CHANGE! Serde's enum representation was changed (it 
was buggy anyway) to ensure compatibility with serde &gt;= 1.0.181.</p>
   <h3>New Features</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/545";>#545</a>: Resolve 
well-known namespaces (<code>xml</code> and <code>xmlns</code>) to their 
appropriate URIs. Also, enforce namespace constraints related to these 
well-known namespaces.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/635";>#635</a>: Add 
support for async <code>ElementWriter</code> operations.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/660";>#660</a>: Fixed 
incorrect deserialization of <code>xs:list</code>s from empty tags 
(<code>&lt;tag/&gt;</code> or <code>&lt;tag&gt;&lt;/tag&gt;</code>). Previously 
an <code>DeError::UnexpectedEof&quot;)</code> was returned in that case.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/580";>#580</a>: Fixed 
incorrect deserialization of vectors of newtypes from sequences of tags.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/661";>#661</a>: More 
string handling of serialized primitive values (booleans, numbers, strings, 
unit structs, unit variants). 
<code>&lt;int&gt;123&lt;something-else/&gt;&lt;/int&gt;</code> is no longer 
valid content. Previously all data after <code>123</code> up to closing tag 
would be silently skipped.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/567";>#567</a>: Fixed 
incorrect deserialization of vectors of enums from sequences of tags.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/671";>#671</a>: Fixed 
deserialization of empty <code>simpleType</code>s (for example, attributes) 
into <code>Option</code> fields: now they are always deserialized as 
<code>Some(&quot;&quot;)</code>.</li>
   </ul>
   <h3>Misc Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/643";>#643</a>: Bumped 
MSRV to 1.56. In practice the previous MSRV was incorrect in many cases.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/643";>#643</a>: Adopted 
Rust 2021 edition.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/545";>#545</a>: Added 
new <code>Error</code> variant -- <code>Error::InvalidPrefixBind</code>.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/651";>#651</a>: Relax 
requirement for version of <code>arbitrary</code> dependency -- we're actually 
compatible with version 1.0.0 and up.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/649";>#649</a>: Make 
features linkable and reference them in the docs.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/619";>#619</a>: Allow 
to raise application errors in <code>ElementWriter::write_inner_content</code> 
(and newly added <code>ElementWriter::write_inner_content_async</code> of 
course).</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/662";>#662</a>: Get rid 
of some allocations during serde deserialization.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/665";>#665</a>: Improve 
serialization of <code>xs:list</code>s when some elements serialized to an 
empty string.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/630";>#630</a>: Fixed 
compatibility with serde &gt;= 1.0.181</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/wt";><code>@​wt</code></a> made their first 
contribution in <a 
href="https://redirect.github.com/tafia/quick-xml/pull/545";>tafia/quick-xml#545</a></li>
   <li><a href="https://github.com/tevoinea";><code>@​tevoinea</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/tafia/quick-xml/pull/635";>tafia/quick-xml#635</a></li>
   <li><a href="https://github.com/dev-ardi";><code>@​dev-ardi</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/tafia/quick-xml/pull/647";>tafia/quick-xml#647</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tafia/quick-xml/compare/v0.30.0...v0.31.0";>https://github.com/tafia/quick-xml/compare/v0.30.0...v0.31.0</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.31.0 -- 2023-10-22</h2>
   <p>MSRV bumped to 1.56! Crate now uses Rust 2021 edition.</p>
   <p>Enum representation was changed (it was buggy anyway) to ensure 
compatibility with
   serde &gt;= 1.0.181</p>
   <h3>New Features</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/545";>#545</a>: Resolve 
well-known namespaces (<code>xml</code> and <code>xmlns</code>) to their 
appropriate URIs.
   Also, enforce namespace constraints related to these well-known 
namespaces.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/635";>#635</a>: Add 
support for async <code>ElementWriter</code> operations.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/660";>#660</a>: Fixed 
incorrect deserialization of <code>xs:list</code>s from empty tags 
(<code>&lt;tag/&gt;</code>
   or <code>&lt;tag&gt;&lt;/tag&gt;</code>). Previously an 
<code>DeError::UnexpectedEof&quot;)</code> was returned in that case</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/580";>#580</a>: Fixed 
incorrect deserialization of vectors of newtypes from sequences of tags.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/661";>#661</a>: More 
string handling of serialized primitive values (booleans, numbers, strings,
   unit structs, unit variants). 
<code>&lt;int&gt;123&lt;something-else/&gt;&lt;/int&gt;</code> is no longer 
valid
   content. Previously all data after <code>123</code> up to closing tag would 
be silently skipped.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/567";>#567</a>: Fixed 
incorrect deserialization of vectors of enums from sequences of tags.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/671";>#671</a>: Fixed 
deserialization of empty <code>simpleType</code>s (for example, attributes) into
   <code>Option</code> fields: now they are always deserialized as 
<code>Some(&quot;&quot;)</code>.</li>
   </ul>
   <h3>Misc Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/643";>#643</a>: Bumped 
MSRV to 1.56. In practice the previous MSRV was incorrect in many cases.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/643";>#643</a>: Adopted 
Rust 2021 edition.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/545";>#545</a>: Added 
new <code>Error</code> variant -- <code>Error::InvalidPrefixBind</code>.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/651";>#651</a>: Relax 
requirement for version of <code>arbitrary</code> dependency -- we're actually
   compatible with version 1.0.0 and up.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/649";>#649</a>: Make 
features linkable and reference them in the docs.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/619";>#619</a>: Allow 
to raise application errors in <code>ElementWriter::write_inner_content</code>
   (and newly added <code>ElementWriter::write_inner_content_async</code> of 
course).</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/662";>#662</a>: Get rid 
of some allocations during serde deserialization.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/665";>#665</a>: Improve 
serialization of <code>xs:list</code>s when some elements serialized to an 
empty string.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/630";>#630</a>: Fixed 
compatibility with serde &gt;= 1.0.181</li>
   </ul>
   <p><a 
href="https://redirect.github.com/tafia/quick-xml/issues/545";>#545</a>: <a 
href="https://redirect.github.com/tafia/quick-xml/pull/545";>tafia/quick-xml#545</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/567";>#567</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/issues/567";>tafia/quick-xml#567</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/580";>#580</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/issues/580";>tafia/quick-xml#580</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/619";>#619</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/issues/619";>tafia/quick-xml#619</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/630";>#630</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/issues/630";>tafia/quick-xml#630</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/635";>#635</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/635";>tafia/quick-xml#635</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/643";>#643</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/643";>tafia/quick-xml#643</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/649";>#649</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/646";>tafia/quick-xml#646</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/651";>#651</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/651";>tafia/quick-xml#651</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/660";>#660</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/660";>tafia/quick-xml#660</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/661";>#661</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/661";>tafia/quick-xml#661</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/120e074f18d83c686aa2e086200277e29433e311";><code>120e074</code></a>
 Release 0.31.0</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/440e8fee9c76f0d44cea645c0feead57d27f2159";><code>440e8fe</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tafia/quick-xml/issues/672";>#672</a> from 
Mingun/fix-671</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/ab8d5193a3fda921c6a68530d8dea98e481cd4cd";><code>ab8d519</code></a>
 Always deserialize simpleTypes (for example, attribute values) as 
Some(...)</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/569ac2256003dd9f2d96c56856a450fbcc691c80";><code>569ac22</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tafia/quick-xml/issues/669";>#669</a> from 
Mingun/fix-serde181-compatibility</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/78b7bc089b402b7f8de2c6f2180b77b591477f16";><code>78b7bc0</code></a>
 Restore compatibility with serde &gt;=1.0.181</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/40a06a15021dc011b4742f15526014d6c23a37bd";><code>40a06a1</code></a>
 Replace chapter &quot;Enum::Unit Variants As a Text&quot; with &quot;Enum 
Representations&quot;</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/478e19a836bab054c38237214a30f1312d3ac672";><code>478e19a</code></a>
 Fix serialization of <code>$text</code> variants in <code>$text</code> 
fields</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/6ef01ec2e22477a222f9ee4f602f9cb06f95db43";><code>6ef01ec</code></a>
 Change deserialization of enums</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/11fa348e9fd087f5d38f8d3d4c115eba40a4b32a";><code>11fa348</code></a>
 Change serialization of enums in ElementSerializer and document it</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/01650eef4e6b6484ecf2371adf76a121597bd45f";><code>01650ee</code></a>
 Change expected enum representation in tests according to new policy</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tafia/quick-xml/compare/v0.30.0...v0.31.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]

Reply via email to