olxgroup-oss / libvips-rust-bindings

Rust bindings for libvips
MIT License
95 stars 39 forks source link

fix(generator): update rust crate num-traits to v0.2.19 #118

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
num-traits dependencies patch 0.2.17 -> 0.2.19

Release Notes

rust-num/num-traits (num-traits) ### [`v0.2.19`](https://togithub.com/rust-num/num-traits/blob/HEAD/RELEASES.md#Release-0219-2024-05-03) [Compare Source](https://togithub.com/rust-num/num-traits/compare/num-traits-0.2.18...num-traits-0.2.19) - [Upgrade to 2021 edition, **MSRV 1.60**][310] - [The new `Float::clamp` limits values by minimum and maximum][305] **Contributors**: [@​cuviper](https://togithub.com/cuviper), [@​michaelciraci](https://togithub.com/michaelciraci) [305]: https://togithub.com/rust-num/num-traits/pull/305 [310]: https://togithub.com/rust-num/num-traits/pull/310 ### [`v0.2.18`](https://togithub.com/rust-num/num-traits/blob/HEAD/RELEASES.md#Release-0218-2024-02-07) [Compare Source](https://togithub.com/rust-num/num-traits/compare/num-traits-0.2.17...num-traits-0.2.18) - [The new `Euclid::div_rem_euclid` and `CheckedEuclid::checked_div_rem_euclid` methods][291] compute and return the quotient and remainder at the same time. - [The new `TotalOrder` trait implements the IEEE 754 `totalOrder` predicate.][295] - [The new `ConstZero` and `ConstOne` traits offered associated constants][303], extending the non-const `Zero` and `One` traits for types that have constant values. **Contributors**: [@​andrewjradcliffe](https://togithub.com/andrewjradcliffe), [@​cuviper](https://togithub.com/cuviper), [@​tarcieri](https://togithub.com/tarcieri), [@​tdelabro](https://togithub.com/tdelabro), [@​waywardmonkeys](https://togithub.com/waywardmonkeys) [291]: https://togithub.com/rust-num/num-traits/pull/291 [295]: https://togithub.com/rust-num/num-traits/pull/295 [303]: https://togithub.com/rust-num/num-traits/pull/303

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 these updates again.



This PR was generated by Mend Renovate. View the repository job log.