From a3b99950b334aa7fe65ea8476775d78f360b119d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:14:44 +0000 Subject: [PATCH] Update proc-macro-crate requirement from 0.1.5 to 1.3.1 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/v1.3.1) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 040a88e..113d18e 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -15,5 +15,5 @@ proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full"] } proc-macro-error = "1.0.4" -proc-macro-crate = "0.1.5" +proc-macro-crate = "1.3.1" convert_case = "0.5.0" \ No newline at end of file