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 4.3.0 to 4.4.0 (#2526)
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.3.0 to 4.4.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.4.0</h2> <h2>What's Changed</h2> <ul> <li>Document that <code>NotNan</code> is <code>repr(transparent)</code>. by <a href="https://github.com/kpreid"><code>@kpreid</code></a> in <a href="https://redirect.github.com/reem/rust-ordered-float/pull/158">reem/rust-ordered-float#158</a></li> <li>Document signed zero hazards. by <a href="https://github.com/kpreid"><code>@kpreid</code></a> in <a href="https://redirect.github.com/reem/rust-ordered-float/pull/159">reem/rust-ordered-float#159</a></li> <li>feat: integrate with derive-visitor by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/reem/rust-ordered-float/pull/161">reem/rust-ordered-float#161</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reem/rust-ordered-float/compare/v4.3.0...v4.4.0">https://github.com/reem/rust-ordered-float/compare/v4.3.0...v4.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reem/rust-ordered-float/commit/324b3e123a2cb39f1c205e0c4fdee241be8d60e7"><code>324b3e1</code></a> Version 4.4.0</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/dc0269e9682b7dde238979bf94a6efa205620003"><code>dc0269e</code></a> Merge pull request <a href="https://redirect.github.com/reem/rust-ordered-float/issues/161">#161</a> from tisonkun/derive-visitor</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/0e7da65ddf642c4470e29f3559f746194ccd5faa"><code>0e7da65</code></a> feat: integrate with derive-visitor</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/6c47902f9202c4a2020b96419171d35accf2ea5d"><code>6c47902</code></a> Merge pull request <a href="https://redirect.github.com/reem/rust-ordered-float/issues/160">#160</a> from kpreid/ci</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/88275c3da4d5d899b788d3fb8788d33d0e5e0eab"><code>88275c3</code></a> Merge pull request <a href="https://redirect.github.com/reem/rust-ordered-float/issues/159">#159</a> from kpreid/eq</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/d614112d2d3d39ad0cf1786513d4b1ff01f306ac"><code>d614112</code></a> CI: update actions/checkout, remove actions-rs/*</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/85a4b9ded7cbb750834aa3e6865476337f4719b9"><code>85a4b9d</code></a> Document signed zero hazards.</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/e2c7a82f543f3b1a51277f3be0c9bb8459894a4c"><code>e2c7a82</code></a> Merge pull request <a href="https://redirect.github.com/reem/rust-ordered-float/issues/158">#158</a> from kpreid/transparent</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/7abdbc96a734ce19a8564d3487f6d4b0e176e3e7"><code>7abdbc9</code></a> Add <code>impl bytemuck::TransparentWrapper for OrderedFloat</code>.</li> <li><a href="https://github.com/reem/rust-ordered-float/commit/4b07101023f65a6a72440b31932fe0b7778fda97"><code>4b07101</code></a> Document that <code>NotNan</code> is <code>repr(transparent)</code>.</li> <li>See full diff in <a href="https://github.com/reem/rust-ordered-float/compare/v4.3.0...v4.4.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=4.3.0&new-version=4.4.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