From 92496f33e7b0b6a0085ffd9e9733ed3e3eb20e7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:48:43 -0400 Subject: [PATCH] Update Rust crate ordered-float to v2.10.1 (#15933) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
reem/rust-ordered-float (ordered-float) ### [`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 [@​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 [@​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
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96dbea8b1df3001c2165bd1532dfbf3df071e074..7e858ef437aa1ce04f3b845a5c97e40db407e578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",