diff --git a/src/reprc_proc_macro/Cargo.toml b/src/reprc_proc_macro/Cargo.toml index cc12635..fc33c9e 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 = "1.0.109", features = ["full", "fold"] } -quote = "1.0.25" \ No newline at end of file +quote = "1.0.26" \ No newline at end of file