dependabot[bot] opened a new pull request, #701:
URL: https://github.com/apache/opendal-reqsign/pull/701

   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.39.2 - Fix regression and read_text_into</h2>
   <h2>What's Changed</h2>
   <h3>New Features</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/483";>#483</a>: 
Implement <code>read_text_into()</code> and 
<code>read_text_into_async()</code>.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/939";>#939</a>: Fix 
parsing error of the tag from buffered reader, when the first byte 
<code>&lt;</code> is the last in the <code>BufRead</code> internal buffer. This 
is the regression from <a 
href="https://redirect.github.com/tafia/quick-xml/issues/936";>#936</a>.</li>
   </ul>
   <p><a 
href="https://redirect.github.com/tafia/quick-xml/issues/483";>#483</a>: <a 
href="https://redirect.github.com/tafia/quick-xml/issues/483";>tafia/quick-xml#483</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/936";>#936</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/936";>tafia/quick-xml#936</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/939";>#939</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/issues/939";>tafia/quick-xml#939</a></p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tafia/quick-xml/compare/v0.39.1...v0.39.2";>https://github.com/tafia/quick-xml/compare/v0.39.1...v0.39.2</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.39.2 -- 2026-02-20</h2>
   <h3>New Features</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/483";>#483</a>: 
Implement <code>read_text_into()</code> and 
<code>read_text_into_async()</code>.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/939";>#939</a>: Fix 
parsing error of the tag from buffered reader, when the first byte 
<code>&lt;</code>
   is the last in the <code>BufRead</code> internal buffer. This is the 
regression from <a 
href="https://redirect.github.com/tafia/quick-xml/issues/936";>#936</a>.</li>
   </ul>
   <p><a 
href="https://redirect.github.com/tafia/quick-xml/issues/483";>#483</a>: <a 
href="https://redirect.github.com/tafia/quick-xml/issues/483";>tafia/quick-xml#483</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/936";>#936</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/936";>tafia/quick-xml#936</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/939";>#939</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/issues/939";>tafia/quick-xml#939</a></p>
   <h2>0.39.1 -- 2026-02-15</h2>
   <h3>New Features</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/598";>#598</a>: Add 
method <code>NamespaceResolver::set_level</code> which may be helpful in some 
circumstances.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/597";>#597</a>: Fix 
incorrect processing of namespace scopes in <code>NsReader::read_to_end</code>
   <code>NsReader::read_to_end_into</code>, 
<code>NsReader::read_to_end_into_async</code> and 
<code>NsReader::read_text</code>.
   The scope started by a start element was not ended after that call.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/936";>#936</a>: Fix 
incorrect result of <code>.read_text()</code> when it is called after reading 
<code>Text</code> or <code>GeneralRef</code> event.</li>
   </ul>
   <p><a 
href="https://redirect.github.com/tafia/quick-xml/issues/597";>#597</a>: <a 
href="https://redirect.github.com/tafia/quick-xml/issues/597";>tafia/quick-xml#597</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/598";>#598</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/598";>tafia/quick-xml#598</a>
   <a href="https://redirect.github.com/tafia/quick-xml/issues/936";>#936</a>: 
<a 
href="https://redirect.github.com/tafia/quick-xml/pull/936";>tafia/quick-xml#936</a></p>
   <h2>0.39.0 -- 2026-01-11</h2>
   <p>Added a way to configure <code>Writer</code>. Now all configuration is 
contained in the <code>writer::Config</code>
   struct and can be applied at once. When <code>serde-types</code> feature is 
enabled, configuration is serializable.</p>
   <h3>New Features</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/846";>#846</a>: Add 
methods <code>config()</code> and <code>config_mut()</code> to inspect and 
change the writer configuration.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/846";>#846</a>: Add 
ability to write space before <code>/&gt;</code> in self-closed tags for 
maximum compatibility with
   XHTML.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/846";>#846</a>: Add 
method <code>empty_element_handling()</code> as a more powerful alternative to 
<code>expand_empty_elements()</code>
   in <code>Serializer</code>.</li>
   <li><a 
href="https://redirect.github.com/tafia/quick-xml/issues/929";>#929</a>: Allow 
to pass list of field names to 
<code>impl_deserialize_for_internally_tagged_enum!</code> macro
   which is required if you enum variants contains <code>$value</code> 
fields.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/5611c894f6b9fd5301c266167a6d3a7ef005dedd";><code>5611c89</code></a>
 Release 0.39.2</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/b8eba9abf7a59f605981ef5ec10f9e260f1c0f94";><code>b8eba9a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tafia/quick-xml/issues/941";>#941</a> from 
Mingun/full-cover</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/f8e8857c46d010e7c2b94f7eea2d6b0229d6056e";><code>f8e8857</code></a>
 Implement read_text_into and read_text_into_async</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/489dc17e4080d85885b1a30003ca40a0caea9bdb";><code>489dc17</code></a>
 Place <code>;</code> to the buffer when read general entity references</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/9a7e8f577a74f323abefc93a495004e88d60fa45";><code>9a7e8f5</code></a>
 Place <code>&gt;</code> to the buffer when read elements, processing 
instructions and XML d...</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/c34af489c6d5fc90b1efde2d497db86fe051f7b9";><code>c34af48</code></a>
 Place <code>&gt;</code> to the buffer when read comment, CDATA or DOCTYPE</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/241f01e20ff679e9248f2ae424c9ba823fc15444";><code>241f01e</code></a>
 Return only index from BangType::parse (renamed to feed) like in other 
parsers</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/e3230c24f35b41792b5a23fd46eb8f73ab402781";><code>e3230c2</code></a>
 Append +1 outside of BangType, in read_bang_element, like read_with do</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/623c92cfb8908d46437e5a76a4fe06b2365898a5";><code>623c92c</code></a>
 Rewrite <code>read_bang_element</code> with the same style as 
<code>read_with</code>, <code>read_ref</code> an...</li>
   <li><a 
href="https://github.com/tafia/quick-xml/commit/e06f70ab88d596f764217ac10202ae2663aaaa02";><code>e06f70a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tafia/quick-xml/issues/940";>#940</a> from 
Mingun/fix-939</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tafia/quick-xml/compare/v0.38.1...v0.39.2";>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]

Reply via email to