Skip to content

Commit

Permalink
build(deps): update proc-macro-crate requirement from 2.0.0 to 3.0.0 (#…
Browse files Browse the repository at this point in the history
…722)

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@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: proc-macro-crate
  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 Jan 25, 2024
1 parent 660c85c commit 775d1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ poem-derive = { path = "poem-derive", version = "2.0.0" }
poem-openapi-derive = { path = "poem-openapi-derive", version = "4.0.0" }
poem-grpc-build = { path = "poem-grpc-build", version = "0.3.0" }

proc-macro-crate = "2.0.0"
proc-macro-crate = "3.0.0"
proc-macro2 = "1.0.29"
quote = "1.0.9"
syn = { version = "2.0" }
Expand Down

0 comments on commit 775d1b4

Please sign in to comment.