From d28fe77d9fe160bdad2cf0f714574f7e7aaa9d2d Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 15 May 2024 21:05:04 +0000 Subject: [PATCH] chore(deps): update rust crate syn to 2.0.63 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 827e4a2de3..0ff8fc7b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ serde = "1.0.201" serde_json = "1.0.117" serde_yaml = "0.9.34" strum = "0.26.2" -syn = "2.0.62" +syn = "2.0.63" sysinfo = "0.30.12" thiserror = "1.0.60" tokio = "1.37.0"