diff --git a/Cargo.lock b/Cargo.lock index 069462b942e5..5dac2ffdc169 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5860,9 +5860,9 @@ dependencies = [ [[package]] name = "substrait" -version = "0.53.2" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fac3d70185423235f37b889764e184b81a5af4bb7c95833396ee9bd92577e1b" +checksum = "93890ad613de815a5b76e38bc4a934b4012ebe197717c9dd6a17f7af8cf33dae" dependencies = [ "heck 0.5.0", "pbjson", diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 3e3ea7843ac9..dbb7fd65c1a0 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -39,7 +39,7 @@ itertools = { workspace = true } object_store = { workspace = true } pbjson-types = { workspace = true } prost = { workspace = true } -substrait = { version = "0.53", features = ["serde"] } +substrait = { version = "0.54", features = ["serde"] } url = { workspace = true } tokio = { workspace = true, features = ["fs"] }