Skip to content

Commit d50aee8

Browse files
chore(deps): update darling requirement in /crates/macros
Updates the requirements on [darling](https://github.com/TedDriggs/darling) to permit the latest version. - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](TedDriggs/darling@v0.14.0...v0.20.10) --- updated-dependencies: - dependency-name: darling dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 911d2ee commit d50aee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313

1414
[dependencies]
1515
syn = { version = "1.0.68", features = ["full", "extra-traits", "printing"] }
16-
darling = "0.14"
16+
darling = "0.20"
1717
ident_case = "1.0.1"
1818
quote = "1.0.9"
1919
proc-macro2 = "1.0.26"

0 commit comments

Comments
 (0)