diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index a793df40e2ae..13b9c02cdd28 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.11" prost-types = "0.11" -substrait = "0.15.0" +substrait = "0.16.0" tokio = "1.17" [features]