diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 3bef695471643..38c5256fb600c 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -44,7 +44,7 @@ pbjson-types = "0.7" prost = "0.13" # The MSRV of substrait@0.49.5 is 1.80.1, which is higher than ours. # TODO: Update this version constraint when DataFusion updates its MSRV. -substrait = { version = ">=0.49.0, <0.49.5", features = ["serde"] } +substrait = { version = ">=0.49.0, <0.49.6", features = ["serde"] } url = { workspace = true } [dev-dependencies]