-
Notifications
You must be signed in to change notification settings - Fork 107
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 rust crate rust_decimal to v1.37.0 #2720
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2720 +/- ##
==========================================
+ Coverage 40.64% 42.01% +1.37%
==========================================
Files 172 172
Lines 26025 26025
==========================================
+ Hits 10577 10935 +358
+ Misses 14132 13758 -374
- Partials 1316 1332 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
serprex
approved these changes
Mar 18, 2025
Amogh-Bharadwaj
pushed a commit
that referenced
this pull request
Mar 18, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rust_decimal](https://redirect.github.com/paupino/rust-decimal) | workspace.dependencies | minor | `1.36.0` -> `1.37.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>paupino/rust-decimal (rust_decimal)</summary> ### [`v1.37.0`](https://redirect.github.com/paupino/rust-decimal/releases/tag/1.37.0) [Compare Source](https://redirect.github.com/paupino/rust-decimal/compare/1.36.0...1.37.0) #### What's Changed - Bumps diesel version by [@​Dylan-DPC](https://redirect.github.com/Dylan-DPC) in [https://github.com/paupino/rust-decimal/pull/677](https://redirect.github.com/paupino/rust-decimal/pull/677) - Fix `f64` dec limit edge case by [@​finnbear](https://redirect.github.com/finnbear) in [https://github.com/paupino/rust-decimal/pull/678](https://redirect.github.com/paupino/rust-decimal/pull/678) - Rkyv 0.8 example by [@​Tony-Samuels](https://redirect.github.com/Tony-Samuels) in [https://github.com/paupino/rust-decimal/pull/683](https://redirect.github.com/paupino/rust-decimal/pull/683) - Add explanation of how to enable `maths` feature by [@​olgabot](https://redirect.github.com/olgabot) in [https://github.com/paupino/rust-decimal/pull/681](https://redirect.github.com/paupino/rust-decimal/pull/681) - Create pub constant Decimal::MAX_SCALE by [@​Tony-Samuels](https://redirect.github.com/Tony-Samuels) in [https://github.com/paupino/rust-decimal/pull/685](https://redirect.github.com/paupino/rust-decimal/pull/685) - Fix panic when parsing improper scientific notation. by [@​schungx](https://redirect.github.com/schungx) in [https://github.com/paupino/rust-decimal/pull/700](https://redirect.github.com/paupino/rust-decimal/pull/700) - Clean up tests to use Ok/Err format by [@​paupino](https://redirect.github.com/paupino) in [https://github.com/paupino/rust-decimal/pull/703](https://redirect.github.com/paupino/rust-decimal/pull/703) - Add `dec!()` macro by example by [@​daniel-pfeiffer](https://redirect.github.com/daniel-pfeiffer) in [https://github.com/paupino/rust-decimal/pull/692](https://redirect.github.com/paupino/rust-decimal/pull/692) - feat: add rand-0\_9 crate feature by [@​robjtede](https://redirect.github.com/robjtede) in [https://github.com/paupino/rust-decimal/pull/702](https://redirect.github.com/paupino/rust-decimal/pull/702) - Cargo.toml: Only enable mysql_backend on diesel, not the whole mysql feature by [@​mcronce](https://redirect.github.com/mcronce) in [https://github.com/paupino/rust-decimal/pull/707](https://redirect.github.com/paupino/rust-decimal/pull/707) - Backwards compatibility for `dec!()` macro by [@​paupino](https://redirect.github.com/paupino) in [https://github.com/paupino/rust-decimal/pull/711](https://redirect.github.com/paupino/rust-decimal/pull/711) - Specify fixed version for macros dependency by [@​paupino](https://redirect.github.com/paupino) in [https://github.com/paupino/rust-decimal/pull/712](https://redirect.github.com/paupino/rust-decimal/pull/712) #### New Contributors - [@​Dylan-DPC](https://redirect.github.com/Dylan-DPC) made their first contribution in [https://github.com/paupino/rust-decimal/pull/677](https://redirect.github.com/paupino/rust-decimal/pull/677) - [@​finnbear](https://redirect.github.com/finnbear) made their first contribution in [https://github.com/paupino/rust-decimal/pull/678](https://redirect.github.com/paupino/rust-decimal/pull/678) - [@​Tony-Samuels](https://redirect.github.com/Tony-Samuels) made their first contribution in [https://github.com/paupino/rust-decimal/pull/683](https://redirect.github.com/paupino/rust-decimal/pull/683) - [@​olgabot](https://redirect.github.com/olgabot) made their first contribution in [https://github.com/paupino/rust-decimal/pull/681](https://redirect.github.com/paupino/rust-decimal/pull/681) - [@​daniel-pfeiffer](https://redirect.github.com/daniel-pfeiffer) made their first contribution in [https://github.com/paupino/rust-decimal/pull/692](https://redirect.github.com/paupino/rust-decimal/pull/692) - [@​mcronce](https://redirect.github.com/mcronce) made their first contribution in [https://github.com/paupino/rust-decimal/pull/707](https://redirect.github.com/paupino/rust-decimal/pull/707) **Full Changelog**: paupino/rust-decimal@1.36.0...1.37.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PeerDB-io/peerdb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.36.0
->1.37.0
Release Notes
paupino/rust-decimal (rust_decimal)
v1.37.0
Compare Source
What's Changed
f64
dec limit edge case by @finnbear in https://github.com/paupino/rust-decimal/pull/678maths
feature by @olgabot in https://github.com/paupino/rust-decimal/pull/681dec!()
macro by example by @daniel-pfeiffer in https://github.com/paupino/rust-decimal/pull/692dec!()
macro by @paupino in https://github.com/paupino/rust-decimal/pull/711New Contributors
Full Changelog: paupino/rust-decimal@1.36.0...1.37.0
Configuration
📅 Schedule: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.