diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index cc79685c9429..f9523446980e 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -36,7 +36,7 @@ itertools = { workspace = true } object_store = { workspace = true } prost = "0.12" prost-types = "0.12" -substrait = "0.28.0" +substrait = "0.29.0" [dev-dependencies] tokio = { workspace = true }