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 rust crate rust_decimal to v1.37.0 #2720

Merged
merged 1 commit into from
Mar 18, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Type Update Change
rust_decimal workspace.dependencies minor 1.36.0 -> 1.37.0

Release Notes

paupino/rust-decimal (rust_decimal)

v1.37.0

Compare Source

What's Changed

New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 17, 2025
@renovate renovate bot enabled auto-merge (squash) March 17, 2025 22:16
Copy link

codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.01%. Comparing base (48b6e7f) to head (daca370).
Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot merged commit 328a894 into main Mar 18, 2025
15 of 16 checks passed
@renovate renovate bot deleted the renovate/cargo branch March 18, 2025 00:10
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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant