alices-wonderland / white-rabbit

0 stars 0 forks source link

fix(deps): update rust crate rust_decimal to 1.30 - autoclosed #73

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.29 -> 1.30

Release Notes

paupino/rust-decimal ### [`v1.30.0`](https://togithub.com/paupino/rust-decimal/blob/HEAD/CHANGELOG.md#​1300) As the minor releases for Rust Decimal are getting smaller, I'll be looking at formally starting version 2 of the Decimal library. This will be unstable as we find experiment with a new API and address some of the constraints the current implementation of the library has (e.g. revised error types for better const support). ##### Added - Add `proptest` feature support for `Decimal` ([#​582](https://togithub.com/paupino/rust-decimal/pull/582)). - Implement an `is_integer` function for an efficient means to check whether a `Decimal` is an integer with no fractional portion. ([#​591](https://togithub.com/paupino/rust-decimal/pull/591)). ##### Changed - Improved GitHub Actions Workflow ([#​592](https://togithub.com/paupino/rust-decimal/pull/592)). ##### Credit Thank you to [@​cardoe](https://togithub.com/cardoe/) for your contribution!

Configuration

📅 Schedule: Branch creation - "before 4am" (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 #73 (3e7829c) into develop (195987c) will decrease coverage by 1.04%. The diff coverage is 9.09%.

@@             Coverage Diff             @@
##           develop      #73      +/-   ##
===========================================
- Coverage    55.83%   54.80%   -1.04%     
===========================================
  Files           39       39              
  Lines         1619     1655      +36     
===========================================
+ Hits           904      907       +3     
- Misses         715      748      +33     
Flag Coverage Δ
backend 54.80% <9.09%> (-1.04%) :arrow_down:
unittests 54.80% <9.09%> (-1.04%) :arrow_down:

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

Impacted Files Coverage Δ
packages/app-desktop/src-tauri/src/main.rs 1.35% <0.00%> (ø)
packages/backend-core/src/account/command.rs 0.00% <0.00%> (ø)
packages/backend-core/src/journal/command.rs 0.00% <0.00%> (ø)
packages/backend-core/src/record/command.rs 0.00% <0.00%> (ø)
packages/backend-core/src/repository.rs 31.95% <19.23%> (+0.27%) :arrow_up:

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