dependabot[bot] opened a new pull request, #2740: URL: https://github.com/apache/avro/pull/2740
Bumps [darling](https://github.com/TedDriggs/darling) from 0.20.5 to 0.20.6. <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.20.6</h2> <ul> <li>Fix some missing syn invisible group handling in <code>FromMeta</code> impls <a href="https://redirect.github.com/TedDriggs/darling/pull/263">#263</a></li> <li>Fix misleading error message on <code>Error::unexpected_type</code> so it no longer implies the type was a literal <a href="https://redirect.github.com/TedDriggs/darling/pull/264">#264</a></li> <li>Impl <code>FromMeta</code> <code>Vec</code> of literals, e.g. <code>LitStr</code> <a href="https://github.com/TedDriggs/pull/265">#265</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.20.6 (February 14, 2024)</h2> <ul> <li>Fix some missing syn invisible group handling in <code>FromMeta</code> impls <a href="https://redirect.github.com/TedDriggs/darling/pull/263">#263</a></li> <li>Fix misleading error message on <code>Error::unexpected_type</code> so it no longer implies the type was a literal <a href="https://redirect.github.com/TedDriggs/darling/pull/264">#264</a></li> <li>Impl <code>FromMeta</code> <code>Vec</code> of literals, e.g. <code>LitStr</code> <a href="https://github.com/TedDriggs/pull/265">#265</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TedDriggs/darling/commit/90ceafc5f54dea4493c0a355e48fc84e605f6879"><code>90ceafc</code></a> Bump version to 0.20.6</li> <li><a href="https://github.com/TedDriggs/darling/commit/a43190f6cab0350916c6f3978e1c05926fa5e2c8"><code>a43190f</code></a> Add FromMeta for Vec of literals(<a href="https://redirect.github.com/TedDriggs/darling/issues/265">#265</a>)</li> <li><a href="https://github.com/TedDriggs/darling/commit/db0e40fca933d8b29a40b76f8471390183fff41d"><code>db0e40f</code></a> Add unit test to confirm negative integer literals work without quotation marks</li> <li><a href="https://github.com/TedDriggs/darling/commit/3ee36d90db1ffb623dea70ea22330842d28bec5d"><code>3ee36d9</code></a> Fix some missing syn invisible group handling in FromMeta implementations (<a href="https://redirect.github.com/TedDriggs/darling/issues/263">#263</a>)</li> <li><a href="https://github.com/TedDriggs/darling/commit/9decd6aac0fae2188c15d975fd16e0687edb3e8e"><code>9decd6a</code></a> CI: Bump GitHub actions/checkout to v4</li> <li><a href="https://github.com/TedDriggs/darling/commit/fbcc1b4dc24ad1aa43b157ff7c4cacf4823c4b43"><code>fbcc1b4</code></a> Fix misleading error message on UnexpectedType</li> <li>See full diff in <a href="https://github.com/TedDriggs/darling/compare/v0.20.5...v0.20.6">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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org