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 }