Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ordered-float from 3.9.1 to 4.1.0 (#2163)
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 3.9.1 to 4.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reem/rust-ordered-float/releases">ordered-float's releases</a>.</em></p> <blockquote> <h2>v4.1.0</h2> <h2>What's Changed</h2> <ul> <li>Re-export FloatCore by <a href="https://github.com/mbrubeck"><code>@mbrubeck</code></a> in <a href="https://redirect.github.com/reem/rust-ordered-float/pull/141">reem/rust-ordered-float#141</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reem/rust-ordered-float/compare/v4.0.0...v4.1.0">https://github.com/reem/rust-ordered-float/compare/v4.0.0...v4.1.0</a></p> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li><strong>Breaking change:</strong> Always require <code>num_traits::float::FloatCore</code> instead of <code>num_traits::Float</code> where possible, by <a href="https://github.com/kpreid"><code>@kpreid</code></a> in <a href="https://redirect.github.com/reem/rust-ordered-float/pull/138">reem/rust-ordered-float#138</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reem/rust-ordered-float/compare/v3.9.1...v4.0.0">https://github.com/reem/rust-ordered-float/compare/v3.9.1...v4.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reem/rust-ordered-float/commit/3e3b542293378865b14af0b9a3d28936e8e9c2bc"><code>3e3b542</code></a> Version 4.1.0</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/aad4a371822821241dd19f083c4153516b9f2c94"><code>aad4a37</code></a> Merge pull request <a href="https://redirect.github.com/reem/rust-ordered-float/issues/141">#141</a> from mbrubeck/floatcore</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/240c64c943a0735c3a3043f68c9cc36d4165b85b"><code>240c64c</code></a> Re-export FloatCore</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/3a229611b59528f23934994bdeed51de22d3b9ad"><code>3a22961</code></a> Add link to release notes</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/2bad45eb59714c7cd6f654e9545540f54ce9b7c1"><code>2bad45e</code></a> Version 4.0.0</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/e1f3ea8522233404c9d1a6fba2ae9df02fb95547"><code>e1f3ea8</code></a> Merge pull request <a href="https://redirect.github.com/reem/rust-ordered-float/issues/139">#139</a> from kpreid/ci</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/28a2d1d3c7930b81067dcdd2caf30a53b2c329e7"><code>28a2d1d</code></a> Merge pull request <a href="https://redirect.github.com/reem/rust-ordered-float/issues/138">#138</a> from kpreid/stdfloat</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/9d1cb56dec06a74abd11797b66c257c368483294"><code>9d1cb56</code></a> Allow <code>clippy::redundant_closure_call</code> false positive.</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/8ce33ec4e7a742580357b03312011dc95ac6263a"><code>8ce33ec</code></a> Add missing <code>arbitrary</code> to list of features in CI.</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/5f8c5f1620e3968a61bc86d89f6cb6537fb91983"><code>5f8c5f1</code></a> Allow (existing?) <code>clippy::redundant_closure_call</code> false positive.</li> <li>Additional commits viewable in <a href="https://github.com/reem/rust-ordered-float/compare/v3.9.1...v4.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ordered-float&package-manager=cargo&previous-version=3.9.1&new-version=4.1.0)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information