From e14231584bacb015173da4942b5dccb08f4783f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:38:25 +0000 Subject: [PATCH] Bump ordered-float from 4.2.1 to 4.3.0 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2429c14..0d4c51d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,9 +780,9 @@ checksum = "4f0bc569ca0974cb90125f52cf76f7b6ad3a072301beba78eb0aa4174c4964ed" [[package]] name = "ordered-float" -version = "4.2.1" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ff2cf528c6c03d9ed653d6c4ce1dc0582dc4af309790ad92f07c1cd551b0be" +checksum = "44d501f1a72f71d3c063a6bbc8f7271fa73aa09fe5d6283b6571e2ed176a2537" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 004bc5a..5c7712f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ kmeans = ["rand", "rand_distr", "rand_xoshiro"] [dependencies] bitvec = "1.0.1" num-traits = "0.2.16" -ordered-float = "4.1.0" +ordered-float = "4.3.0" wide = "0.7.12" palette = { version = "0.7.5", default-features = false, features = ["std"] } image = { version = "0.25.0", default-features = false, optional = true }