From 775d1b45685ffa423f3cce395c4764b61d17a875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:23:43 +0800 Subject: [PATCH] build(deps): update proc-macro-crate requirement from 2.0.0 to 3.0.0 (#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](https://github.com/bkchr/proc-macro-crate/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68f93a957b..b8332af21d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }