pfrenssen / firetrack

Web app for budget tracking, written as an exercise to learn Rust and the actix-web framework. WIP
GNU General Public License v3.0
1 stars 1 forks source link

Bump rust_decimal from 1.10.2 to 1.24.0 #302

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rust_decimal from 1.10.2 to 1.24.0.

Changelog

Sourced from rust_decimal's changelog.

1.24.0

  • Introduces new feature rand which allows for random number generation within rust_decimal (#517).
  • Upgrade to Rust 2021 and remove unnecessary dependencies to improve build speed (#513, #516)
  • Some test scoping improvements to ensure we capture as many test combinations as possible (#503, #504).

A big thank you to @​c410-f3r for their contributions to this release!

1.23.1

Fixes issue with no_std compatability introduced in 1.23.0 (#501).

1.23.0

  • Add BorschSchema support for the borsh feature (#498).
  • Implement TryFrom for Decimal primitive types (#493).
  • Fix to_i64 to support i64::MIN (#496).
  • Implement Inv from num_traits (#495).
  • Some minor housekeeping tasks (#487, #490).

Thank you @​turion, @​arthurprs and @​jnitard for your help with this release.

1.22.0

  • Add support for borsh serialization/deserialization (#478).
  • Fixes an issue with serde-with-str where it wasn't behaving the same as serde-str when using bincode (#484).
  • Added must_use to is_sign_negative and unpack (#482).
  • Minor documentation fixes.

Thank you @​jkbpvsc for your help in this release.

1.21.0

  • Saturating op variants have been added: saturating_add, saturating_sub and saturating_mul (#464)
  • Fixes issue with log10 values 0 < x < 1 (#469)
  • Various documentation fixes/cleanup.

Thank you @​c410-f3r for your work in this release!

1.20.0

  • Additional fuzz testing for deserialize (#452)
  • Documentation fix for rounding strategy (#458)
  • from_str is now over 4x faster, utilizing const generics and TCO (#456)
  • Fixed from_str issue with rounding issues when too many digits in source string. (#453)
  • New serde-with functionality for greater configurability when using serde (#459)
  • Various maintenance tasks (#460)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #309.