alices-wonderland / white-rabbit

0 stars 0 forks source link

fix(deps): update rust crate rust_decimal to 1.29 - autoclosed #52

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rust_decimal dependencies minor 1.28 -> 1.29

Release Notes

paupino/rust-decimal ### [`v1.29.0`](https://togithub.com/paupino/rust-decimal/blob/HEAD/CHANGELOG.md#​1290) [Compare Source](https://togithub.com/paupino/rust-decimal/compare/1.28.1...1.29.0) ##### Added - New `trunc_with_scale` function which allows you to truncate a decimal number whilst retaining a specified precision. ([#​576](https://togithub.com/paupino/rust-decimal/pull/576)), ([#​578](https://togithub.com/paupino/rust-decimal/pull/578)) ##### Fixed - Fix issue when rouding using a high precision decimal place on zero values. This would previously allow the `Decimal` number to enter into an invalid state. ([#​575](https://togithub.com/paupino/rust-decimal/pull/575)) ##### Changed There were also a couple of housekeeping tasks, to help pave the way for v2 of Rust Decimal. - Clean up features so that they are explicit in the `cargo.toml` and leverage the new `dep:` syntax where required. ([#​579](https://togithub.com/paupino/rust-decimal/pull/579)) - Restructure and compartamentalize Makefile. ([#​580](https://togithub.com/paupino/rust-decimal/pull/580)) ##### Credit Thank you [@​c410-f3r](https://togithub.com/c410-f3r) and [@​jon-chuang](https://togithub.com/jon-chuang) for your contributions to this release!

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

codecov[bot] commented 1 year ago

Codecov Report

Merging #52 (bef7d66) into develop (bce7494) will increase coverage by 0.07%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop      #52      +/-   ##
===========================================
+ Coverage    71.69%   71.76%   +0.07%     
===========================================
  Files           41       41              
  Lines         4155     4155              
===========================================
+ Hits          2979     2982       +3     
+ Misses        1176     1173       -3     
Flag Coverage Δ
backend 71.76% <ø> (+0.07%) :arrow_up:
unittests 71.76% <ø> (+0.07%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more