From 3962d5b1b5080ec2d7a52e12a64cf75bedb1179d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 30 Jun 2023 02:19:28 +0200 Subject: [PATCH] Update Rust crate quote to 1.0.29 --- 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 2719628..b71fbb5 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.18", features = ["full", "fold"] } -quote = "1.0.28" \ No newline at end of file +quote = "1.0.29" \ No newline at end of file -- 2.45.2