chore(deps): update darling requirement from 0.20 to 0.21 (#318)
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](https://github.com/TedDriggs/darling/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: darling dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: jokemanfire <hu.dingyang@zte.com.cn> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a215999bcb
commit
83c15ebcb3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ syn = {version = "2", features = ["full"]}
|
|||
quote = "1"
|
||||
proc-macro2 = "1"
|
||||
serde_json = "1.0"
|
||||
darling = { version = "0.20" }
|
||||
darling = { version = "0.21" }
|
||||
|
||||
[features]
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue