From 0f070b0073ce2928b89e3dc203a39c14697fcb98 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 26 May 2023 02:03:55 +0200 Subject: [PATCH] Update Rust crate quote to 1.0.28 --- 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 9bb6627..31ec970 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.16", features = ["full", "fold"] } -quote = "1.0.27" \ No newline at end of file +quote = "1.0.28" \ No newline at end of file