Skip to content

Commit

Permalink
chore(deps): update proc-macro-crate requirement from 2.0.0 to 3.1.0
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](https://github.com/bkchr/proc-macro-crate/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent 42f5997 commit 777f8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.24", features = ["span-locations"] }
proc-macro-crate = "2.0.0"
proc-macro-crate = "3.1.0"
proc-macro-error = "1.0.4"
quote = "1.0.7"
syn = "2.0.66"
Expand Down

0 comments on commit 777f8c6

Please sign in to comment.