Skip to content

Commit

Permalink
Bump darling from 0.20.8 to 0.20.9 in /lang/rust (#2908)
Browse files Browse the repository at this point in the history
Bumps [darling](https://github.com/TedDriggs/darling) from 0.20.8 to 0.20.9.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent 4c421cc commit c7ba17b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions lang/rust/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 lang/rust/avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ readme = "README.md"
proc-macro = true

[dependencies]
darling = { default-features = false, version = "0.20.8" }
darling = { default-features = false, version = "0.20.9" }
proc-macro2 = { default-features = false, version = "1.0.82" }
quote = { default-features = false, version = "1.0.36" }
serde_json = { workspace = true }
Expand Down

0 comments on commit c7ba17b

Please sign in to comment.