Skip to content

Commit 4282f72

Browse files
Update serde_derive_internals requirement from 0.28 to 0.29 (#66)
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>
1 parent 728205c commit 4282f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ proc-macro = true
1717
[dependencies]
1818
proc-macro2 = "1.0"
1919
quote = "1.0"
20-
serde_derive_internals = "0.28"
20+
serde_derive_internals = "0.29"
2121
syn = "2.0"
2222
syn-path = "2.0"

0 commit comments

Comments
 (0)