From e6b9ad4fafd818a9ac3fc5e904abf34a914d8d44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:08:19 +0000 Subject: [PATCH] Update Rust crate proc-macro2 to 1.0.67 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bedd17fc9..e045fbd590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ pin-project-lite = "0.2.13" postcard = "1.0.4" predicates = "2.1.5" pretty_assertions = "1.3.0" -proc-macro2 = "1.0.51" +proc-macro2 = "1.0.67" qstring = "0.7.2" quote = "1.0.23" rand = "0.8.5"