diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 9432c798e6d6..192fe26d6cef 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.46", features = ["serde"] } +substrait = { version = "0.47", features = ["serde"] } url = { workspace = true } [dev-dependencies]