Stonks3141 / pet-monitor-app

A simple pet monitor for Linux.
MIT License
12 stars 1 forks source link

chore(deps): update rust crate fixed to 1.23 #64

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
fixed workspace.dependencies minor 1.22 -> 1.23

Release Notes

tspiteri/fixed ### [`v1.23.0`](https://gitlab.com/tspiteri/fixed/blob/HEAD/RELEASES.md#Version-1230-2023-02-06) [Compare Source](https://gitlab.com/tspiteri/fixed/compare/v1.22.1...v1.23.0) - String parsing of binary, octal and hexadecimal strings now supports base-2 exponents starting with the separator “`p`” or “`P`”. - Bug fix: [`int_log10`][f-il10-1-23], [`int_log`][f-il-1-23], [`checked_int_log10`][f-cil10-1-23] and [`checked_int_log`][f-cil-1-23] were panicking or returning incorrect values for fixed-point numbers with no integer bits. [f-cil-1-23]: https://docs.rs/fixed/~1.23/fixed/struct.FixedI32.html#method.checked_int_log [f-cil10-1-23]: https://docs.rs/fixed/~1.23/fixed/struct.FixedI32.html#method.checked_int_log10 [f-il-1-23]: https://docs.rs/fixed/~1.23/fixed/struct.FixedI32.html#method.int_log [f-il10-1-23]: https://docs.rs/fixed/~1.23/fixed/struct.FixedI32.html#method.int_log10 ### [`v1.22.1`](https://gitlab.com/tspiteri/fixed/blob/HEAD/RELEASES.md#Version-1221-2023-01-26) [Compare Source](https://gitlab.com/tspiteri/fixed/compare/v1.22.0...v1.22.1) - The errors from the \[`lit`]\[f-l-1-22] method have been improved. - The `track_caller` attribute is now applied to many more inline functions that can panic.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.