Skip to content

Commit d973fa6

Browse files
chore(deps): bump darling from 0.20.11 to 0.21.3 (#2050)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 422e8da commit d973fa6

File tree

2 files changed

+7
-42
lines changed

2 files changed

+7
-42
lines changed

Cargo.lock

Lines changed: 6 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/freenet-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
syn = { version = "2.0", features = ["full", "extra-traits", "parsing"] }
1414
quote = "1.0"
1515
proc-macro2 = "1.0"
16-
darling = "0.20" # For easier attribute parsing
16+
darling = "0.21" # For easier attribute parsing
1717

1818
[dev-dependencies]
1919
trybuild = "1.0" # For testing macro expansions

0 commit comments

Comments
 (0)