Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps substrait from 0.58.0 to 0.60.1.

Release notes

Sourced from substrait's releases.

v0.60.1

Other

  • (deps,cargo) bump the cargo group with 2 updates (#400)
  • rename doc_auto_cfg to doc_cfg (#401)
  • (deps,cargo) bump serde from 1.0.226 to 1.0.227 in the cargo group (#399)
  • (deps,cargo) bump serde from 1.0.225 to 1.0.226 in the cargo group (#398)
  • (deps,cargo) bump serde from 1.0.223 to 1.0.225 in the cargo group (#396)
  • (deps,cargo) bump the cargo group with 3 updates (#392)

v0.60.0

Added

  • (deps,substrait) [breaking] bump substrait from 0.74.1 to 0.75.0, use Rust 1.88 and 2024 edition (#391)

Other

  • (deps,cargo) bump url from 2.5.6 to 2.5.7 in the cargo group (#382)

v0.59.1

Other

  • (deps,cargo) bump the cargo group across 1 directory with 6 updates (#379)
  • (deps,cargo) bump prettyplease from 0.2.35 to 0.2.36 in the cargo group (#363)
  • (deps,cargo) bump serde_json from 1.0.140 to 1.0.141 in the cargo group (#361)

v0.59.0

Other

  • (deps,cargo) [breaking] bump msrv to 1.85.1 and cargo group across 1 directory with 7 updates (#358)
Changelog

Sourced from substrait's changelog.

0.60.1 - 2025-09-29

Other

  • (deps,cargo) bump the cargo group with 2 updates (#400)
  • rename doc_auto_cfg to doc_cfg (#401)
  • (deps,cargo) bump serde from 1.0.226 to 1.0.227 in the cargo group (#399)
  • (deps,cargo) bump serde from 1.0.225 to 1.0.226 in the cargo group (#398)
  • (deps,cargo) bump serde from 1.0.223 to 1.0.225 in the cargo group (#396)
  • (deps,cargo) bump the cargo group with 3 updates (#392)

0.60.0 - 2025-09-14

Added

  • (deps,substrait) [breaking] bump substrait from 0.74.1 to 0.75.0, use Rust 1.88 and 2024 edition (#391)

Other

  • (deps,cargo) bump url from 2.5.6 to 2.5.7 in the cargo group (#382)

0.59.1 - 2025-08-22

Other

  • (deps,cargo) bump the cargo group across 1 directory with 6 updates (#379)
  • (deps,cargo) bump prettyplease from 0.2.35 to 0.2.36 in the cargo group (#363)
  • (deps,cargo) bump serde_json from 1.0.140 to 1.0.141 in the cargo group (#361)

0.59.0 - 2025-07-16

Other

  • (deps,cargo) [breaking] bump msrv to 1.85.1 and cargo group across 1 directory with 7 updates (#358)
Commits
  • d71cf20 chore: release v0.60.1 (#393)
  • fe9710d chore(deps,cargo): bump the cargo group with 2 updates (#400)
  • 6192c48 chore: rename doc_auto_cfg to doc_cfg (#401)
  • a0c7299 chore(deps,cargo): bump serde from 1.0.226 to 1.0.227 in the cargo group (#399)
  • c4e7cdb chore(deps,cargo): bump serde from 1.0.225 to 1.0.226 in the cargo group (#398)
  • 9053f13 feat(deps,substrait)!: bump substrait from 0.75.0 to 0.76.0 (#397)
  • f70b7a2 chore(deps,cargo): bump serde from 1.0.223 to 1.0.225 in the cargo group (#396)
  • 9df8202 chore(deps,github-actions): bump MarcoIeni/release-plz-action from 0.5.116 to...
  • 706f84c chore(deps,cargo): bump the cargo group with 3 updates (#392)
  • ff4bc48 chore: release v0.60.0 (#383)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@github-actions github-actions bot added the substrait Changes to the substrait crate label Sep 30, 2025
@Jefffrey
Copy link
Contributor

Jefffrey commented Oct 2, 2025

Might be superseded by #17866

Bumps [substrait](https://github.com/substrait-io/substrait-rs) from 0.58.0 to 0.60.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.58.0...v0.60.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/main/substrait-0.60.1 branch from a68d266 to 1588f96 Compare October 3, 2025 03:58
@alamb
Copy link
Contributor

alamb commented Oct 3, 2025

Needs update to new prost that is coming in arrow 57. Let's close this for now

See

@alamb alamb closed this Oct 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/main/substrait-0.60.1 branch October 3, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-dependencies substrait Changes to the substrait crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants