From 9f0b9d55484012828a21d811bb771b3bb05b2435 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:27:09 +0000 Subject: [PATCH] chore(deps): update rust crate syn to 2.0.94 (#217) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b78f102..33857ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ once_cell = "1.20.2" anyhow = "1.0.95" cfg-if = "1.0.0" futures = "0.3.31" -syn = "2.0.93" +syn = "2.0.94" quote = "1.0.38" indoc = "2.0.5" derive_builder = "0.20.2"