Skip to content

chore(deps): bump substrait from 0.61.0 to 0.64.1 - #31

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/substrait-0.64.1
Closed

chore(deps): bump substrait from 0.61.0 to 0.64.1#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/substrait-0.64.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown

Bumps substrait from 0.61.0 to 0.64.1.

Release notes

Sourced from substrait's releases.

v0.64.1

Other

  • (deps,cargo) bump bytes from 1.4.0 to 1.12.1 (#460)
  • (deps,cargo) bump the cargo group across 1 directory with 5 updates (#520)

v0.64.0

Added

  • [breaking] use packaged substrait-prost and substrait-extensions crates (#507)

Other

  • fix clippy and rustdoc CI failures on newer toolchains (#506)

v0.63.0

Added

  • (deps,substrait) [breaking] bump substrait from 92d2e75 to 2aaae7c (#469)
  • basic handling of scalar functions (#451)
  • add initial extension support (#395)

Fixed

  • bump version to 0.63.0 to skip yanked v0.62.3 (#476)

Other

  • update Cargo.lock for v0.63.0 version bump (#477)
  • release v0.62.3 (#438)

v0.62.3

Added

  • (deps,substrait) update substrait submodule to v0.79.0 (#466)
  • basic handling of scalar functions (#451)
  • add initial extension support (#395)

v0.62.2

Added

  • add file descriptor bytes to substrait-rs (#436)

v0.62.1

Added

  • allow unknown fields in protobuf JSON for forward compat (#425)

Other

... (truncated)

Changelog

Sourced from substrait's changelog.

0.64.1 - 2026-07-31

Other

  • (deps,cargo) bump bytes from 1.4.0 to 1.12.1 (#460)
  • (deps,cargo) bump the cargo group across 1 directory with 5 updates (#520)

0.64.0 - 2026-07-31

Added

  • [breaking] use packaged substrait-prost and substrait-extensions crates (#507)

Other

  • fix clippy and rustdoc CI failures on newer toolchains (#506)

0.63.0 - 2026-03-11

Added

  • (deps,substrait) [breaking] bump substrait from 92d2e75 to 2aaae7c (#469)
  • basic handling of scalar functions (#451)
  • add initial extension support (#395)

Fixed

  • bump version to 0.63.0 to skip yanked v0.62.3 (#476)

Other

  • update Cargo.lock for v0.63.0 version bump (#477)
  • release v0.62.3 (#438)

0.62.3 - 2026-03-04

Added

  • (deps,substrait) update substrait submodule to v0.79.0 (#466)
  • basic handling of scalar functions (#451)
  • add initial extension support (#395)

0.62.2 - 2025-12-16

Added

  • add file descriptor bytes to substrait-rs (#436)

0.62.1 - 2025-12-10

... (truncated)

Commits
  • e16e99d chore: release v0.64.1 (#522)
  • ad7ec2d chore(deps,cargo): bump bytes from 1.4.0 to 1.12.1 (#460)
  • 64db1ed chore(deps,github-actions): bump MarcoIeni/release-plz-action from 0.5.128 to...
  • 70e6bb6 chore(deps,cargo): bump the cargo group across 1 directory with 5 updates (#520)
  • 218682d chore(deps,cargo): bump the proto group across 1 directory with 2 updates (#519)
  • 6b31f91 chore: release v0.64.0 (#512)
  • 1ce25a0 feat!: use packaged substrait-prost and substrait-extensions crates (#507)
  • ad9d606 chore(deps,github-actions): bump actions/checkout from 5 to 7 (#509)
  • a1c4fa3 chore(deps,github-actions): bump actions/configure-pages from 5 to 6 (#485)
  • c776c03 chore(deps,github-actions): bump actions/upload-pages-artifact from 4 to 5 (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [substrait](https://github.com/substrait-io/substrait-rs) from 0.61.0 to 0.64.1.
- [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.61.0...v0.64.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 10, 2026

@bvolpato bvolpato left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cargo.lock resolves substrait 0.64.1, but Cargo.toml still pins substrait = "0.61.0". cargo test --locked --lib --no-default-features fails because the manifest and lockfile disagree. Current CI is green because it runs without --locked and silently downgrades substrait to 0.61.0. Please update the manifest constraint with the lockfile, then run CI with --locked so it verifies the intended dependency version.

@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Author

Superseded by #35.

@dependabot dependabot Bot closed this Aug 31, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/substrait-0.64.1 branch August 31, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant