From 5720950be2c0ee710350108c9fb907778adf24f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:06:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20regex=20to=201.10?= =?UTF-8?q?.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zbus_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbus_macros/Cargo.toml b/zbus_macros/Cargo.toml index e357ee228..ef10e496d 100644 --- a/zbus_macros/Cargo.toml +++ b/zbus_macros/Cargo.toml @@ -24,7 +24,7 @@ proc-macro2 = "1.0" syn = { version = "1.0.103", features = ["extra-traits", "fold", "full"] } quote = "1.0.21" proc-macro-crate = "1.3.1" -regex = "1.6.0" +regex = "1.10.3" zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" } [dev-dependencies]