diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 44a13cdcac371..7c4ff868cfcd3 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -35,7 +35,7 @@ itertools = "0.11" object_store = "0.7.0" prost = "0.12" prost-types = "0.12" -substrait = "0.17.0" +substrait = "0.18.0" tokio = "1.17" [features]