From aa578335b6c4cf4a83df7f94a7187978c79f81da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:16:17 +0000 Subject: [PATCH] chore(deps): update proc-macro-crate requirement from 2.0.0 to 3.1.0 (#365) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- derive-impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/derive-impl/Cargo.toml b/derive-impl/Cargo.toml index c4ff240..8e81fba 100644 --- a/derive-impl/Cargo.toml +++ b/derive-impl/Cargo.toml @@ -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"