From 8af16e6107de46b52ae70a0e5149dbea91258bb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 01:24:44 +0000 Subject: [PATCH] chore(deps): update rust crate proc-macro2 to 1.0.77 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2cd6908..f5482e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ miette = { version = "5.10.0", features = ["fancy"] } log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] } serde = "1.0.188" quote = "1.0.33" -proc-macro2 = "1.0.67" +proc-macro2 = "1.0.77" syn = "2.0.36" schemars = "0.8.12" serde_json = "1.0"