Skip to content

Commit

Permalink
chore(deps): bump substrait from 0.53.2 to 0.54.0
Browse files Browse the repository at this point in the history
Bumps [substrait](https://github.com/substrait-io/substrait-rs) from 0.53.2 to 0.54.0.
- [Release notes](https://github.com/substrait-io/substrait-rs/releases)
- [Changelog](https://github.com/substrait-io/substrait-rs/blob/main/CHANGELOG.md)
- [Commits](substrait-io/substrait-rs@v0.53.2...v0.54.0)

---
updated-dependencies:
- dependency-name: substrait
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2025
1 parent 43ecd9b commit 82341bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down

0 comments on commit 82341bc

Please sign in to comment.