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

chore(deps): update substrait requirement from 0.5 to 0.7 #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 14, 2023

Updates the requirements on substrait to permit the latest version.

Release notes

Sourced from substrait's releases.

v0.5.4

Bug Fixes

  • checkout repository in pull request check job to get config file Now that there is a config file for conventional commits we should also checkout the repo in the conventional commits check job of the pull request workflow.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #81

Commit Details

  • #81
    • Checkout repository in pull request check job to get config file (63aa213)
Changelog

Sourced from substrait's changelog.

0.5.4 (2023-03-30)

Bug Fixes

  • checkout repository in pull request check job to get config file Now that there is a config file for conventional commits we should also checkout the repo in the conventional commits check job of the pull request workflow.

Commit Statistics

  • 2 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #81

Commit Details

  • #81
    • Checkout repository in pull request check job to get config file (63aa213)
  • Uncategorized
    • Release substrait v0.5.4 (8c1ded3)

0.5.3 (2023-03-28)

Chore

  • replace removed typfify::TypeSpace::to_string() with prettyplease The use of typify assumed that rustfmt was installed... which turned out not to be a great assumption. We've modified typify to remove the dependency on rustfmt-wrapper and have removed the interface that used it ToString::to_string(). Instead we recommend that consumers use prettyplease for build.rs uses such as the one in this crate. See oxidecomputer/typify#221

    Alternatively, the build.rs could just emit the tokens unformatted (to remove the build-time dependency on prettyplease and syn), but that seems annoying if and when you need to look at the generated code.

    FWIW syn is an existing dependency; prettyplease is the only new new crate I see in Cargo.lock.

    I can share the full diff between the old and new versions of the substrait_text.rs, but here's a sample:

    @@ -1593,22 +1831,27 @@
                 T: std::convert::TryInto<Option<super::SessionDependent>>,
                 T::Error: std::fmt::Display,
             {
    -            self.session_dependent = value.try_into().map_err(|e| {
    -                format!(

... (truncated)

Commits
  • 8c1ded3 Release substrait v0.5.4
  • 63aa213 fix(ci): checkout repository in pull request check job to get config file (#81)
  • 622b4bb Release substrait v0.5.3
  • 3991a0f chore: replace removed typfify::TypeSpace::to_string() with prettyplease ...
  • 7964825 Release substrait v0.5.2
  • ef41bcf chore: add commitlint config file to disable max line length limits (#77)
  • e177e14 Release substrait v0.5.1
  • c3b72ae feat: add version module with Substrait version information (#46)
  • See full diff 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 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.5.0...v0.5.4)

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

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

dependabot bot commented on behalf of github Apr 14, 2023

The following labels could not be found: auto-dependencies.

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.

0 participants