Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update substrait requirement from 0.49 to 0.50 #13808

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Updates the requirements on substrait to permit the latest version.

Release notes

Sourced from substrait's releases.

v0.50.0

Chore

  • bump thiserror from 2.0.6 to 2.0.7 in the cargo group Bumps the cargo group with 1 update: thiserror.

    Updates thiserror from 2.0.6 to 2.0.7

  • bump semver from 1.0.23 to 1.0.24 in the cargo group Bumps the cargo group with 1 update: semver.

    Updates semver from 1.0.23 to 1.0.24

  • bump serde from 1.0.215 to 1.0.216 in the cargo group Bumps the cargo group with 1 update: serde.

    Updates serde from 1.0.215 to 1.0.216

  • bump thiserror from 2.0.4 to 2.0.6 in the cargo group Bumps the cargo group with 1 update: thiserror.

    Updates thiserror from 2.0.4 to 2.0.6

  • bump the proto group with 3 updates Bumps the proto group with 3 updates: prost, prost-types and prost-build.

    Updates prost from 0.13.3 to 0.13.4 Updates prost-types from 0.13.3 to 0.13.4 Updates prost-build from 0.13.3 to 0.13.4

Chore (BREAKING)

  • bump substrait from 0.62.0 to 0.63.0 Bumps substrait from eec1c18 to 6d481e1.

Commit Statistics

  • 6 commits contributed to the release.
  • 11 days passed between releases.
  • 6 commits were understood as conventional.
  • 6 unique issues were worked on: #265, #266, #267, #268, #269, #270

Commit Details

... (truncated)

Changelog

Sourced from substrait's changelog.

0.50.0 (2024-12-16)

Chore

  • bump thiserror from 2.0.6 to 2.0.7 in the cargo group Bumps the cargo group with 1 update: thiserror.

    Updates thiserror from 2.0.6 to 2.0.7

  • bump semver from 1.0.23 to 1.0.24 in the cargo group Bumps the cargo group with 1 update: semver.

    Updates semver from 1.0.23 to 1.0.24

  • bump serde from 1.0.215 to 1.0.216 in the cargo group Bumps the cargo group with 1 update: serde.

    Updates serde from 1.0.215 to 1.0.216

  • bump thiserror from 2.0.4 to 2.0.6 in the cargo group Bumps the cargo group with 1 update: thiserror.

    Updates thiserror from 2.0.4 to 2.0.6

  • bump the proto group with 3 updates Bumps the proto group with 3 updates: prost, prost-types and prost-build.

    Updates prost from 0.13.3 to 0.13.4 Updates prost-types from 0.13.3 to 0.13.4 Updates prost-build from 0.13.3 to 0.13.4

Chore (BREAKING)

  • bump substrait from 0.62.0 to 0.63.0 Bumps substrait from eec1c18 to 6d481e1.

Commit Statistics

  • 6 commits contributed to the release.
  • 11 days passed between releases.
  • 6 commits were understood as conventional.
  • 6 unique issues were worked on: #265, #266, #267, #268, #269, #270

Commit Details

... (truncated)

Commits
  • 26450f1 Release substrait v0.50.0
  • 01c8aec chore(deps,substrait)!: bump substrait from 0.62.0 to 0.63.0 (#269)
  • 6fcc5a5 chore(deps,cargo): bump thiserror from 2.0.6 to 2.0.7 in the cargo group (#270)
  • 3915637 chore(deps,cargo): bump semver from 1.0.23 to 1.0.24 in the cargo group (#268)
  • 0c34792 chore(deps,cargo): bump serde from 1.0.215 to 1.0.216 in the cargo group (#267)
  • 4d6833f chore(deps,cargo): bump thiserror from 2.0.4 to 2.0.6 in the cargo group (#266)
  • 048adf8 chore(deps,cargo): bump the proto group with 3 updates (#265)
  • ed61a7d Release substrait v0.49.5
  • a1a52c9 chore(ci): bump release job rust version (#262)
  • 816a6e2 refactor: replace once_cell with std::sync::LazyLock, bumping msrv to `1....
  • Additional commits viewable in compare view

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)

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.49.0...v0.50.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @jonahgao (and @dependabot 🤖 ) -- this looks good to me 🙏

@alamb alamb merged commit 9f530dd into main Dec 19, 2024
49 checks passed
@alamb
Copy link
Contributor

alamb commented Dec 19, 2024

Thank you @jonahgao and @mbrobbel

@dependabot dependabot bot deleted the dependabot/cargo/main/substrait-0.50 branch December 19, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants