Skip to content

Commit

Permalink
update darling requirement from ^0.14 to ^0.20
Browse files Browse the repository at this point in the history
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.14.0...v0.20.3)

---
updated-dependencies:
- dependency-name: darling
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent c9abd6b commit 5ba5074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robusta-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ proc-macro2 = { version = "1.0.21", features = ["span-locations"]}
syn = { version = "^1", features = ["visit", "fold", "derive"] }
proc-macro-error = { version = "1", default-features = false }
rand = "^0"
darling = "^0.14"
darling = "^0.20"
Inflector = "0.11.4"

0 comments on commit 5ba5074

Please sign in to comment.