Skip to content

Commit

Permalink
Update substrait requirement from 0.41 to 0.42, prost-build to `0.1…
Browse files Browse the repository at this point in the history
…3.2` (#12483)

* Update substrait requirement from 0.41 to 0.42

Updates the requirements on [substrait](https://github.com/substrait-io/substrait-rs) to permit the latest version.
- [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.41.0...v0.41.5)

---
updated-dependencies:
- dependency-name: substrait
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update prost-build to `0.13.2

* fix fmt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
dependabot[bot] and alamb authored Sep 17, 2024
1 parent 0a64f34 commit ba1a1d8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 256 deletions.
12 changes: 6 additions & 6 deletions datafusion-cli/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/proto-common/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ workspace = true
[dependencies]
# Pin these dependencies so that the generated output is deterministic
pbjson-build = "=0.7.0"
prost-build = "=0.13.1"
prost-build = "=0.13.2"
2 changes: 1 addition & 1 deletion datafusion/proto/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ workspace = true
[dependencies]
# Pin these dependencies so that the generated output is deterministic
pbjson-build = "=0.7.0"
prost-build = "=0.13.1"
prost-build = "=0.13.2"
Loading

0 comments on commit ba1a1d8

Please sign in to comment.