diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index f379ac6042dd..4de63b2f13f6 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -41,7 +41,7 @@ object_store = { workspace = true } pbjson-types = "0.7" # TODO use workspace version prost = "0.13" -substrait = { version = "0.41", features = ["serde"] } +substrait = { version = "0.42", features = ["serde"] } url = { workspace = true } [dev-dependencies]