diff --git a/Cargo.lock b/Cargo.lock index 55c334e157db..81eef221b3a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6047,9 +6047,9 @@ dependencies = [ [[package]] name = "substrait" -version = "0.59.1" +version = "0.61.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "540683f325ab9ab1a2008bc24588f3e76f63b6a3f52bc47e121122376a063639" +checksum = "8252c79901edd7af423cbe903553cc324393e9614633e24b6a4124ffb95a1b63" dependencies = [ "heck 0.5.0", "pbjson", diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 8417bd56852f..81cfcf46284b 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -40,7 +40,7 @@ itertools = { workspace = true } object_store = { workspace = true } pbjson-types = { workspace = true } prost = { workspace = true } -substrait = { version = "0.59", features = ["serde"] } +substrait = { version = "0.61", features = ["serde"] } url = { workspace = true } tokio = { workspace = true, features = ["fs"] } uuid = { version = "1.17.0", features = ["v4"] }