Skip to content

Commit

Permalink
Update serde_derive_internals requirement from 0.28 to 0.29 (#66)
Browse files Browse the repository at this point in the history
Updates the requirements on [serde_derive_internals](https://github.com/serde-rs/serde) to permit the latest version.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 728205c commit 4282f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
serde_derive_internals = "0.28"
serde_derive_internals = "0.29"
syn = "2.0"
syn-path = "2.0"

0 comments on commit 4282f72

Please sign in to comment.