jcornaz / beancount-parser

A beancount file parser library for rust
The Unlicense
21 stars 7 forks source link

fix(deps): update rust crate rust_decimal to 1.30 #40

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! ### [`v1.29.1`](https://togithub.com/paupino/rust-decimal/blob/HEAD/CHANGELOG.md#​1291) [Compare Source](https://togithub.com/paupino/rust-decimal/compare/1.29.0...1.29.1) ##### Fixed - Fixes an issue with `checked_cos` and `checked_sin` where `QUARTER_PI` would send the calculation into an infinite loop. (#[585](https://togithub.com/paupino/rust-decimal/pull/585))

Configuration

📅 Schedule: Branch creation - "every weekend" (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.