From bcd84073d5893c1c1a416d344cb0618dffa2cb2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:27:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20proc-macro-crate?= =?UTF-8?q?=20to=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zbus_macros/Cargo.toml | 2 +- zvariant_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zbus_macros/Cargo.toml b/zbus_macros/Cargo.toml index ce7833009..50cc6cfe3 100644 --- a/zbus_macros/Cargo.toml +++ b/zbus_macros/Cargo.toml @@ -23,7 +23,7 @@ proc-macro = true proc-macro2 = "1.0" syn = { version = "1.0.103", features = ["extra-traits", "fold", "full"] } quote = "1.0.21" -proc-macro-crate = "1.2.1" +proc-macro-crate = "1.3.1" regex = "1.6.0" zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" } diff --git a/zvariant_derive/Cargo.toml b/zvariant_derive/Cargo.toml index ffb1d4a83..e495fcfc9 100644 --- a/zvariant_derive/Cargo.toml +++ b/zvariant_derive/Cargo.toml @@ -20,7 +20,7 @@ proc-macro = true proc-macro2 = "1.0" syn = { version = "1.0.103", features = ["extra-traits", "full"] } quote = "1.0.21" -proc-macro-crate = "1.2.1" +proc-macro-crate = "1.3.1" zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" } [dev-dependencies]