diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 9e7ef9632ad3..ea6c35fff272 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -40,7 +40,7 @@ itertools = { workspace = true } object_store = { workspace = true } pbjson-types = "0.6" prost = "0.12" -substrait = { version = "0.36.0", features = ["serde"] } +substrait = { version = "0.38.0", features = ["serde"] } url = { workspace = true } [dev-dependencies]