From 6feabf5815fbe38c42d985f5a8317b48915a9f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 07:21:01 +0000 Subject: [PATCH] build(deps): update proc-macro-crate requirement from 2.0 to 3.0 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] --- gtk4-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk4-macros/Cargo.toml b/gtk4-macros/Cargo.toml index f3ec875cb323..ac8bff13bf25 100644 --- a/gtk4-macros/Cargo.toml +++ b/gtk4-macros/Cargo.toml @@ -22,7 +22,7 @@ blueprint = [] [dependencies] anyhow = "1.0" quick-xml = {version = "0.31", optional = true} -proc-macro-crate = "2.0" +proc-macro-crate = "3.0" proc-macro-error = "1.0" proc-macro2 = "1.0" quote = "1.0"