Skip to content

Commit b1e48cc

Browse files
Update darling requirement in the rust-dependencies group (#147)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bde50b5 commit b1e48cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/grafana-plugin-sdk-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Convenience macros for the Grafana backend plugin SDK."
1111
proc-macro = true
1212

1313
[dependencies]
14-
darling = "0.21.3"
14+
darling = "0.22.0"
1515
proc-macro2 = "1.0.60"
1616
quote = "1.0.28"
1717
syn = { version = "2.0.18", features = ["full"] }

0 commit comments

Comments
 (0)