mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
build(deps): bump darling from 0.20.10 to 0.20.11 (#36244)
Bumps [darling](https://github.com/TedDriggs/darling) from 0.20.10 to 0.20.11. <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.11</h2> <ul> <li>Support <code>#[darling(with = ...)]</code> on the <code>data</code> field when deriving <code>FromDeriveInput</code>. This allows the use of simpler receiver types, such as a <code>Vec</code> of enum variants.</li> <li>Bump version of <code>proc-macro2</code> to 1.0.86.</li> <li>Accept closures for <code>#[darling(with = ...)]</code> on fields in <code>FromDeriveInput</code>, <code>FromMeta</code>, <code>FromField</code>, etc. <a href="https://redirect.github.com/TedDriggs/darling/issues/309">#309</a></li> <li>Add <code>darling::util::Callable</code> to accept a path or closure as a meta-item expression</li> <li>Add <code>#[darling(from_word = ...)]</code> and <code>#[darling(from_none = ...)]</code> to control shorthand and fallback behaviors for structs and enums deriving <code>FromMeta</code> <a href="https://redirect.github.com/TedDriggs/darling/issues/320">#320</a></li> <li>Add <code>FromMeta</code> impl for <code>syn::ExprRange</code> <a href="https://github.com/TedDriggs/issues/329">#329</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.11 (March 28, 2025)</h2> <ul> <li>Support <code>#[darling(with = ...)]</code> on the <code>data</code> field when deriving <code>FromDeriveInput</code>. This allows the use of simpler receiver types, such as a <code>Vec</code> of enum variants.</li> <li>Bump version of <code>proc-macro2</code> to 1.0.86.</li> <li>Accept closures for <code>#[darling(with = ...)]</code> on fields in <code>FromDeriveInput</code>, <code>FromMeta</code>, <code>FromField</code>, etc. <a href="https://redirect.github.com/TedDriggs/darling/issues/309">#309</a></li> <li>Add <code>darling::util::Callable</code> to accept a path or closure as a meta-item expression</li> <li>Add <code>#[darling(from_word = ...)]</code> and <code>#[darling(from_none = ...)]</code> to control shorthand and fallback behaviors for structs and enums deriving <code>FromMeta</code> <a href="https://redirect.github.com/TedDriggs/darling/issues/320">#320</a></li> <li>Add <code>FromMeta</code> impl for <code>syn::ExprRange</code> <a href="https://github.com/TedDriggs/issues/329">#329</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="82a51e0b65
"><code>82a51e0</code></a> Bump version to 0.20.11</li> <li><a href="61834da6a2
"><code>61834da</code></a> Impl FromMeta for syn::ExprRange (<a href="https://redirect.github.com/TedDriggs/darling/issues/332">#332</a>)</li> <li><a href="f18d5d5388
"><code>f18d5d5</code></a> Add explicit implementations of <code>FromMeta</code> methods to <code>SpannedValue</code> and `Ove...</li> <li><a href="a6e5f524b2
"><code>a6e5f52</code></a> Move generation of from_word body for unit variants</li> <li><a href="c8c8201521
"><code>c8c8201</code></a> Add from_word and from_none options</li> <li><a href="3a848ca282
"><code>3a848ca</code></a> Extract path-or-closure to darling::util::Callable</li> <li><a href="fa552e4fd7
"><code>fa552e4</code></a> Error if <code>attrs</code> field is declared and <code>forward_attrs</code> is missing.</li> <li><a href="af24bdf87a
"><code>af24bdf</code></a> Reject extra data passed to unit enum variants</li> <li><a href="b7a248f8ee
"><code>b7a248f</code></a> Fix clippy violations by removing unnecessary iifetimes</li> <li><a href="b746a0c4a9
"><code>b746a0c</code></a> Accept a closure for <code>with</code> in lieu of a path for fields (<a href="https://redirect.github.com/TedDriggs/darling/issues/310">#310</a>)</li> <li>Additional commits viewable in <a href="https://github.com/TedDriggs/darling/compare/v0.20.10...v0.20.11">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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fe6b296a00
commit
7c691b6d59
1 changed files with 6 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -1468,9 +1468,9 @@ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
|
|||
|
||||
[[package]]
|
||||
name = "darling"
|
||||
version = "0.20.10"
|
||||
version = "0.20.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
||||
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
||||
dependencies = [
|
||||
"darling_core",
|
||||
"darling_macro",
|
||||
|
@ -1478,9 +1478,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "darling_core"
|
||||
version = "0.20.10"
|
||||
version = "0.20.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
||||
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
|
||||
dependencies = [
|
||||
"fnv",
|
||||
"ident_case",
|
||||
|
@ -1492,9 +1492,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "darling_macro"
|
||||
version = "0.20.10"
|
||||
version = "0.20.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
||||
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
||||
dependencies = [
|
||||
"darling_core",
|
||||
"quote",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue