diff --git a/datafusion/macros/Cargo.toml b/datafusion/macros/Cargo.toml index 35714bfe960b..6c4e3a0aef95 100644 --- a/datafusion/macros/Cargo.toml +++ b/datafusion/macros/Cargo.toml @@ -45,5 +45,5 @@ proc-macro = true [dependencies] datafusion-doc = { workspace = true } -quote = "1.0.41" +quote = "1.0.42" syn = { version = "2.0.108", features = ["full"] }