From fffde722cfec691d1755fb5f57accc0d19ecb50a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 11:58:06 +0000 Subject: [PATCH] Update proc-macro-crate requirement from 0.1.5 to 1.1.3 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] --- macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 040a88e..9a28523 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.1.3" convert_case = "0.5.0" \ No newline at end of file