From 87093d2bac68a4ed487db31647b2cdbbb6f77d32 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 12 Jan 2024 02:10:31 +0100 Subject: [PATCH] Update Rust crate quote to 1.0.35 --- 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 51cad42..5f233a0 100644 --- a/src/reprc_proc_macro/Cargo.toml +++ b/src/reprc_proc_macro/Cargo.toml @@ -10,4 +10,4 @@ proc-macro = true [dependencies] syn = { version = "2.0.48", features = ["full", "fold"] } -quote = "1.0.33" \ No newline at end of file +quote = "1.0.35" \ No newline at end of file