Skip to content

Commit

Permalink
Bump darling from 0.14.1 to 0.20.8
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.8.
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](TedDriggs/darling@v0.14.1...v0.20.8)

---
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 Feb 26, 2024
1 parent 5c95088 commit 366e3ca
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 366e3ca

Please sign in to comment.