Update Rust crate ordered-float to v2.10.1 (#15933)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ordered-float](https://togithub.com/reem/rust-ordered-float) |
workspace.dependencies | patch | `2.10.0` -> `2.10.1` |

---

### Release Notes

<details>
<summary>reem/rust-ordered-float (ordered-float)</summary>

###
[`v2.10.1`](https://togithub.com/reem/rust-ordered-float/releases/tag/v2.10.1)

[Compare
Source](https://togithub.com/reem/rust-ordered-float/compare/v2.10.0...v2.10.1)

#### What's Changed

- Refactor Hash implementation by
[@&#8203;jogru0](https://togithub.com/jogru0) in
[https://github.com/reem/rust-ordered-float/pull/129](https://togithub.com/reem/rust-ordered-float/pull/129)
- Optimize Ord implementation by
[@&#8203;orlp](https://togithub.com/orlp) in
[https://github.com/reem/rust-ordered-float/pull/144](https://togithub.com/reem/rust-ordered-float/pull/144)

**Full Changelog**:
https://github.com/reem/rust-ordered-float/compare/v2.10.0...v2.10.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone
America/New_York, 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 this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

Release Notes:

- N/A

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-08 07:48:43 -04:00 committed by GitHub
parent b9159d98ea
commit 92496f33e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
Cargo.lock generated
View file

@ -405,7 +405,7 @@ dependencies = [
"multi_buffer",
"ollama",
"open_ai",
"ordered-float 2.10.0",
"ordered-float 2.10.1",
"parking_lot",
"paths",
"picker",
@ -3558,7 +3558,7 @@ dependencies = [
"lsp",
"markdown",
"multi_buffer",
"ordered-float 2.10.0",
"ordered-float 2.10.1",
"parking_lot",
"project",
"rand 0.8.5",
@ -7322,9 +7322,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "ordered-float"
version = "2.10.0"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
dependencies = [
"num-traits",
]
@ -7382,7 +7382,7 @@ dependencies = [
"indoc",
"language",
"menu",
"ordered-float 2.10.0",
"ordered-float 2.10.1",
"picker",
"project",
"rope",
@ -8184,7 +8184,7 @@ dependencies = [
"gpui",
"language",
"lsp",
"ordered-float 2.10.0",
"ordered-float 2.10.1",
"picker",
"project",
"release_channel",
@ -8593,7 +8593,7 @@ dependencies = [
"log",
"markdown",
"menu",
"ordered-float 2.10.0",
"ordered-float 2.10.1",
"picker",
"project",
"release_channel",