Skip to content

Commit

Permalink
Bump darling from 0.14.1 to 0.20.5
Browse files Browse the repository at this point in the history
Bumps [darling](https://github.com/TedDriggs/darling) from 0.14.1 to 0.20.5.
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TedDriggs/darling/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 3e4a27d commit 94b9be2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/anchor-generate-cpi-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compat-program-result = ["anchor-idl/compat-program-result"]

[dependencies]
anchor-idl = { version = "0.3.0", path = "../anchor-idl" }
darling = "0.14"
darling = "0.20"
syn = { version = "1", features = ["full"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/anchor-idl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compat-program-result = []

[dependencies]
anchor-syn = { version = "0.24.2", features = ["idl"] }
darling = "0.14"
darling = "0.20"
heck = "0.4.1"
proc-macro2 = "1"
quote = "1"
Expand Down

0 comments on commit 94b9be2

Please sign in to comment.