diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index ace8da906dc2..a947ac2c51c3 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -39,7 +39,7 @@ itertools = { workspace = true } object_store = { workspace = true } prost = "0.12" prost-types = "0.12" -substrait = "0.30.0" +substrait = "0.31.0" [dev-dependencies] tokio = { workspace = true }