Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump num-traits from 0.2.15 to 0.2.16 (#18039)
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.15 to 0.2.16. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-num/num-traits/blob/master/RELEASES.md">num-traits's changelog</a>.</em></p> <blockquote> <h1>Release 0.2.16 (2023-07-20)</h1> <ul> <li><a href="https://redirect.github.com/rust-num/num-traits/pull/240">Upgrade to 2018 edition, <strong>MSRV 1.31</strong></a></li> <li><a href="https://redirect.github.com/rust-num/num-traits/pull/224">The new <code>ToBytes</code> and <code>FromBytes</code> traits</a> convert to and from byte representations of a value, with little, big, and native-endian options.</li> <li><a href="https://redirect.github.com/rust-num/num-traits/pull/279">The new <code>Float::is_subnormal</code> method checks for subnormal values</a>, with a non-zero magnitude that is less than the normal minimum positive value.</li> <li>Several other improvements to documentation and testing.</li> </ul> <p><strong>Contributors</strong>: <a href="https://github.com/ctrlcctrlv"><code>@ctrlcctrlv</code></a>, <a href="https://github.com/cuviper"><code>@cuviper</code></a>, <a href="https://github.com/flier"><code>@flier</code></a>, <a href="https://github.com/GuillaumeGomez"><code>@GuillaumeGomez</code></a>, <a href="https://github.com/kaidokert"><code>@kaidokert</code></a>, <a href="https://github.com/rs017991"><code>@rs017991</code></a>, <a href="https://github.com/vicsn"><code>@vicsn</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-num/num-traits/commit/c2de8be71cb362c67ca650c1778c7a6500946f39"><code>c2de8be</code></a> Merge <a href="https://redirect.github.com/rust-num/num-traits/issues/281">#281</a></li> <li><a href="https://github.com/rust-num/num-traits/commit/0e57dba5d72bf79ea5ddd25ff10f9e4fa07a40f6"><code>0e57dba</code></a> Release 0.2.16</li> <li><a href="https://github.com/rust-num/num-traits/commit/4195ddf4d958b9453694beaeece85946d8ed4bca"><code>4195ddf</code></a> Merge <a href="https://redirect.github.com/rust-num/num-traits/issues/224">#224</a></li> <li><a href="https://github.com/rust-num/num-traits/commit/bbeeaa22bd7977fbf2bebaf02247e0b7c1ea297f"><code>bbeeaa2</code></a> Allow FromBytes::Bytes to be unsized</li> <li><a href="https://github.com/rust-num/num-traits/commit/c89a430342ac93b85176cebcef44196b10d36626"><code>c89a430</code></a> Clean up bytes examples</li> <li><a href="https://github.com/rust-num/num-traits/commit/e402e205a2a9db150b29daad3043e49e0b59ca16"><code>e402e20</code></a> Remove the unnecessary $I in float bytes</li> <li><a href="https://github.com/rust-num/num-traits/commit/29b89c3ba1b83c5399c7cc71f47a943ae76f890f"><code>29b89c3</code></a> Add default impls of to/from_ne_bytes</li> <li><a href="https://github.com/rust-num/num-traits/commit/001dd32f4a68d4e29d117335d748b0fa7ba79880"><code>001dd32</code></a> Fix the <code>cfg</code> attributes for bytes</li> <li><a href="https://github.com/rust-num/num-traits/commit/25059541a86e5a86bcb0dad91f0cdd9a9f066295"><code>2505954</code></a> Split ToFrom to separate To and From traits</li> <li><a href="https://github.com/rust-num/num-traits/commit/447e05d83c526ede01bafbdb1ecc3b944350d737"><code>447e05d</code></a> has_i128 is always assumed now</li> <li>Additional commits viewable in <a href="https://github.com/rust-num/num-traits/compare/num-traits-0.2.15...num-traits-0.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=num-traits&package-manager=cargo&previous-version=0.2.15&new-version=0.2.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information