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 bigdecimal requirement from 0.3.0 to 0.4.1 #6946

Merged
merged 3 commits into from
Jul 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2023

Updates the requirements on bigdecimal to permit the latest version.

Release notes

Sourced from bigdecimal's releases.

v0.4.1

Changes

  • Fix issue where RUST_BIGDECIMAL_DEFAULT_PRECISION envar would always trigger a rebuild

  • Fix issue where .neg() could be called on {signed-int}::MIN values

  • Add implementations of Add/Sub/Mul/Div for primitive values

  • Use 'proptest' crate to improve arithmetic testing

Commits
  • f450e54 Release v0.4.1
  • 1fc48f5 Version 0.4.1
  • ccb6ccf Add alternative implementation of Div<int> for older versions
  • 208831c Add autocfg to probe rust version
  • 3510870 Pin serde json to 1.0.96
  • 72bcd83 Merge proptest support into trunk
  • 33232ce Enable property tests in gitlab-ci.yml
  • 1d4f1d8 Add property-tests file
  • 6515af3 Add support for proptests
  • 65f9f8f Fix some rustfmt issues
  • 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 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 [bigdecimal](https://github.com/akubera/bigdecimal-rs) to permit the latest version.
- [Release notes](https://github.com/akubera/bigdecimal-rs/releases)
- [Commits](akubera/bigdecimal-rs@v0.3.0...v0.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot added the core Core DataFusion crate label Jul 13, 2023
@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Jul 13, 2023
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.

I verified that this no longer forces a sqlogictest rebuild for me 🎉

@alamb alamb merged commit 33fc013 into main Jul 13, 2023
@dependabot dependabot bot deleted the dependabot/cargo/main/bigdecimal-0.4.1 branch July 13, 2023 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-dependencies core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant