Skip to content

Commit 9751eff

Browse files
fix(deps): update rust crate darling to 0.21.0 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0540b3f commit 9751eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ path = "src/lib.rs"
99
proc-macro = true
1010

1111
[dependencies]
12-
darling = "0.20.8"
12+
darling = "0.21.0"
1313
syn = "2.0.103" # needed for `darling`
1414

0 commit comments

Comments
 (0)