From ed9cbbb47ba49ef70dab352b990f76bc73363112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:06:09 +0000 Subject: [PATCH] Bump ordered-float from 3.9.1 to 4.1.0 (#2163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 3.9.1 to 4.1.0.
Release notes

Sourced from ordered-float's releases.

v4.1.0

What's Changed

Full Changelog: https://github.com/reem/rust-ordered-float/compare/v4.0.0...v4.1.0

v4.0.0

What's Changed

Full Changelog: https://github.com/reem/rust-ordered-float/compare/v3.9.1...v4.0.0

Commits

[![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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- benchmark/rust/im_hash_map_insert/Cargo.toml | 2 +- benchmark/rust/im_hash_map_update/Cargo.toml | 2 +- benchmark/rust/std_hash_map_insert/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 099ab5aa53..4250736e74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,9 +911,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "ordered-float" -version = "3.9.1" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06" +checksum = "e3a540f3e3b3d7929c884e46d093d344e4e5bdeed54d08bf007df50c93cc85d5" dependencies = [ "num-traits", ] diff --git a/benchmark/rust/im_hash_map_insert/Cargo.toml b/benchmark/rust/im_hash_map_insert/Cargo.toml index ee9d6dd979..4d00b96de0 100644 --- a/benchmark/rust/im_hash_map_insert/Cargo.toml +++ b/benchmark/rust/im_hash_map_insert/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] im = "15" -ordered-float = "3" +ordered-float = "4" diff --git a/benchmark/rust/im_hash_map_update/Cargo.toml b/benchmark/rust/im_hash_map_update/Cargo.toml index 9ae9e84e5b..6c51fb4768 100644 --- a/benchmark/rust/im_hash_map_update/Cargo.toml +++ b/benchmark/rust/im_hash_map_update/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] im = "15" -ordered-float = "3" +ordered-float = "4" diff --git a/benchmark/rust/std_hash_map_insert/Cargo.toml b/benchmark/rust/std_hash_map_insert/Cargo.toml index ea72a60e0a..35b5c748d4 100644 --- a/benchmark/rust/std_hash_map_insert/Cargo.toml +++ b/benchmark/rust/std_hash_map_insert/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -ordered-float = "3" +ordered-float = "4"