Skip to content

Commit

Permalink
Update proc-macro-crate requirement in /proc-macro-definitions
Browse files Browse the repository at this point in the history
Updates the requirements on [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) to permit the latest version.
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](bkchr/proc-macro-crate@v1.2.0...v3.2.0)

---
updated-dependencies:
- dependency-name: proc-macro-crate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 534737f commit c9ab8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc-macro-definitions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ debugless-unwrap = "0.0.4"
heck = "0.3.1"
lazy_static = "1.4.0"
quote = "1.0.10"
proc-macro-crate = "1.0.0"
proc-macro-crate = "3.2.0"
proc-macro2 = "1.0.34"
take_mut = "0.2.2"
unzip-n = "0.1.1"
Expand Down

0 comments on commit c9ab8e3

Please sign in to comment.