Bump darling from 0.14.3 to 0.14.4 (#858)

Bumps [darling](https://github.com/TedDriggs/darling) from 0.14.3 to 0.14.4.
- [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.14.3...v0.14.4)

---
updated-dependencies:
- dependency-name: darling
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
dependabot[bot]
2023-03-13 13:37:48 +01:00
committed by GitHub
parent 86a6f4161d
commit 656e696bc8
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ description = "Generate types and helpers for interacting with Substrate runtime
proc-macro = true
[dependencies]
darling = "0.14.3"
darling = "0.14.4"
proc-macro-error = "1.0.4"
syn = "1.0.109"