diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 585cb6e43d15..102b0a7c58f1 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -35,7 +35,7 @@ itertools = { workspace = true } object_store = { workspace = true } prost = "0.12" prost-types = "0.12" -substrait = "0.18.0" +substrait = "0.19.0" tokio = "1.17" [features]