Skip to content

Commit b123190

Browse files
chore(deps): update darling requirement from 0.21 to 0.23
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.21.0...v0.23.0) --- updated-dependencies: - dependency-name: darling dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c01a86 commit b123190

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
@@ -17,7 +17,7 @@ proc-macro = true
1717

1818
[dependencies]
1919
syn = { version = "2.0.100", features = ["full", "extra-traits", "printing"] }
20-
darling = "0.21"
20+
darling = "0.23"
2121
quote = "1.0.9"
2222
proc-macro2 = "1.0.26"
2323
convert_case = "0.10.0"

0 commit comments

Comments
 (0)