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

   Bumps [darling](https://github.com/TedDriggs/darling) from 0.21.1 to 0.21.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TedDriggs/darling/releases";>darling's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.21.2</h2>
   <ul>
   <li>Add <code>#[darling(from_expr = ...)]</code> when deriving 
<code>FromMeta</code> to support overriding the key-value form <a 
href="https://redirect.github.com/TedDriggs/darling/issues/369";>#369</a></li>
   <li>Keep parsing the body and type params even if there are errors from 
parsing attributes. <a 
href="https://redirect.github.com/TedDriggs/darling/issues/7";>#7</a></li>
   <li>Support <code>#[darling(with = ...)]</code> on the <code>generics</code> 
field when deriving <code>FromDeriveInput</code>.</li>
   <li>Return an error, rather than panicking, when doing shape validation on a 
<code>union</code>. <a 
href="https://redirect.github.com/TedDriggs/darling/issues/365";>#365</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md";>darling's 
changelog</a>.</em></p>
   <blockquote>
   <h2>v0.21.2 (August 14, 2025)</h2>
   <ul>
   <li>Add <code>#[darling(from_expr = ...)]</code> when deriving 
<code>FromMeta</code> to support overriding the key-value form <a 
href="https://redirect.github.com/TedDriggs/darling/issues/369";>#369</a></li>
   <li>Keep parsing the body and type params even if there are errors from 
parsing attributes. <a 
href="https://redirect.github.com/TedDriggs/darling/issues/7";>#7</a></li>
   <li>Support <code>#[darling(with = ...)]</code> on the <code>generics</code> 
field when deriving <code>FromDeriveInput</code>.</li>
   <li>Return an error, rather than panicking, when doing shape validation on a 
<code>union</code>. <a 
href="https://redirect.github.com/TedDriggs/darling/issues/365";>#365</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/65d73d1b38d47804cfaa584e3527c7d2f5e761d5";><code>65d73d1</code></a>
 Bump version to 0.21.2</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/3e65b825c63bfa1c83db2bd8f6a86a4988e06022";><code>3e65b82</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/f9c8222e0e3550a49d4717c61bd4e085b8b312e7";><code>f9c8222</code></a>
 Expose <code>from_expr</code> option when deriving <code>FromMeta</code> (<a 
href="https://redirect.github.com/TedDriggs/darling/issues/370";>#370</a>)</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/59a46eb30c52010a2e9e6ff6400f6eacdcc73543";><code>59a46eb</code></a>
 Don't panic if shape validation is used with a union</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/f5b7aef588f7c7c1a957f777a9cb9b64df49a286";><code>f5b7aef</code></a>
 Change rust-version to make lock file versioning work</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/90a3132ec7041c25421fdd422676dad03a31935e";><code>90a3132</code></a>
 Fix clippy violation</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/50a814d636dc69030d199c532d3af30385d05e3e";><code>50a814d</code></a>
 Enable <code>#[darling(with = ...)]</code> for generics field</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/7f7dee75c1415fbf981d245d8a4b250243be63b3";><code>7f7dee7</code></a>
 Move Initializer to forwarded_field</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/9655a82cc462f025c013fc2a46fc3e606979e0e0";><code>9655a82</code></a>
 Read and validate generics before returning errors</li>
   <li><a 
href="https://github.com/TedDriggs/darling/commit/d3cc6d3658afb7ea019ae994d7536d82fbb6509f";><code>d3cc6d3</code></a>
 Errors during attribute parsing don't block data parsing</li>
   <li>See full diff in <a 
href="https://github.com/TedDriggs/darling/compare/v0.21.1...v0.21.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=darling&package-manager=cargo&previous-version=0.21.1&new-version=0.21.2)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to