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-derive from 0.4.0 to 0.4.1 (#32)
Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.4.0 to 0.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-num/num-derive/blob/master/RELEASES.md">num-derive's changelog</a>.</em></p> <blockquote> <h1>Release 0.4.1 (2023-10-07)</h1> <ul> <li><a href="https://redirect.github.com/rust-num/num-derive/pull/56">Make <code>Float</code> work with <code>no_std</code></a> -- thanks <a href="https://github.com/vkahl"><code>@vkahl</code></a>!</li> <li><a href="https://redirect.github.com/rust-num/num-derive/pull/57">Emit full paths for <code>Option</code> and <code>Result</code>.</a></li> <li><a href="https://redirect.github.com/rust-num/num-derive/pull/55">Add derive macro for <code>num_traits::Signed</code> and <code>Unsigned</code></a> -- thanks <a href="https://github.com/tdelabro"><code>@tdelabro</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-num/num-derive/commit/50ecdb10ac0934eccd971c20bde9bee5fe99ed98"><code>50ecdb1</code></a> Merge <a href="https://redirect.github.com/rust-num/num-derive/issues/58">#58</a></li> <li><a href="https://github.com/rust-num/num-derive/commit/fc6292d320af9ac06edf640ed8658b6169981568"><code>fc6292d</code></a> Release 0.4.1</li> <li><a href="https://github.com/rust-num/num-derive/commit/2c5013e3f1218e39f95cc19c60e6b395b2ebbb98"><code>2c5013e</code></a> Merge <a href="https://redirect.github.com/rust-num/num-derive/issues/55">#55</a></li> <li><a href="https://github.com/rust-num/num-derive/commit/3329097557c7fd6b64398a5da2232421f36b0d65"><code>3329097</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/rust-num/num-derive/commit/0a8f903337dee6d39bc3438d1dec8e172f788201"><code>0a8f903</code></a> add derive macro for trait Unsigned</li> <li><a href="https://github.com/rust-num/num-derive/commit/38d08c85869f41b4dd833f557e9035e44e3aca33"><code>38d08c8</code></a> Merge <a href="https://redirect.github.com/rust-num/num-derive/issues/57">#57</a></li> <li><a href="https://github.com/rust-num/num-derive/commit/b0186e53904486c57067779c7f16e6fd34864b11"><code>b0186e5</code></a> Emit full paths for <code>Option</code> and <code>Result</code></li> <li><a href="https://github.com/rust-num/num-derive/commit/58dad2c87927769febb0f90acf91442cd2c4f8d9"><code>58dad2c</code></a> Merge <a href="https://redirect.github.com/rust-num/num-derive/issues/56">#56</a></li> <li><a href="https://github.com/rust-num/num-derive/commit/aef0b5ecd0a4ee5dcd36e54e12341c7626f9a7f8"><code>aef0b5e</code></a> Get rid of unnecessary double-borrowing to fix clippy lint</li> <li><a href="https://github.com/rust-num/num-derive/commit/e43b75ed701819959af870a3867ae9df168dd037"><code>e43b75e</code></a> Use ::core::num::FpCategory when deriving Float to work with no_std</li> <li>Additional commits viewable in <a href="https://github.com/rust-num/num-derive/compare/num-derive-0.4.0...num-derive-0.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=num-derive&package-manager=cargo&previous-version=0.4.0&new-version=0.4.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
- Loading branch information