Skip to content

Commit ad608f0

Browse files
chore(deps): update darling requirement from 0.21 to 0.23 (#574)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jokemanfire <[email protected]>
1 parent 4c87f7f commit ad608f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmcp-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ syn = {version = "2", features = ["full"]}
1919
quote = "1"
2020
proc-macro2 = "1"
2121
serde_json = "1.0"
22-
darling = { version = "0.21" }
22+
darling = { version = "0.23" }
2323

2424
[features]
2525
[dev-dependencies]

0 commit comments

Comments
 (0)