From c97095ff13dccde2e3a28b06bada02d00ef8051b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:22:28 +0000 Subject: [PATCH] chore(deps): update rust crate syn to 2.0.53 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9453015..ecc5e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ once_cell = "1.19.0" anyhow = "1.0.81" cfg-if = "1.0.0" futures = "0.3.30" -syn = "2.0.52" +syn = "2.0.53" quote = "1.0.35" indoc = "2.0.4" derive_builder = "0.20.0"