diff --git a/src/reprc_proc_macro/Cargo.toml b/src/reprc_proc_macro/Cargo.toml index b3961fe..6d10f5b 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.26", features = ["full", "fold"] } -quote = "1.0.31" \ No newline at end of file +quote = "1.0.32" \ No newline at end of file