From a4d4aeeb20442f1e08a1c11e7f8d99ec73355d76 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 24 Feb 2023 02:03:13 +0100 Subject: [PATCH] Update Rust crate syn to 1.0.108 --- src/reprc_proc_macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reprc_proc_macro/Cargo.toml b/src/reprc_proc_macro/Cargo.toml index 3f44c9e..d2c6918 100644 --- a/src/reprc_proc_macro/Cargo.toml +++ b/src/reprc_proc_macro/Cargo.toml @@ -9,5 +9,5 @@ proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -syn = { version = "1.0.107", features = ["full", "fold"] } +syn = { version = "1.0.108", features = ["full", "fold"] } quote = "1.0.23" \ No newline at end of file -- 2.45.2