Skip to content

Commit 1166e29

Browse files
dependabot[bot]Xenira
authored andcommitted
chore(deps): update darling requirement from 0.20 to 0.21
--- updated-dependencies: - dependency-name: darling dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc8fe4d commit 1166e29

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 = "2.0.100", features = ["full", "extra-traits", "printing"] }
16-
darling = "0.20"
16+
darling = "0.21"
1717
quote = "1.0.9"
1818
proc-macro2 = "1.0.26"
1919
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)