From b6b27b3d4a26cf5888c72ba13ed3b2746eeaae2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 05:15:56 +0000 Subject: [PATCH] build(deps): bump ordered-float from 4.5.0 to 4.6.0 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.5.0...v4.6.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 0fd2820e8..2bf6c7633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3923,9 +3923,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.5.0" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c65ee1f9701bf938026630b455d5315f490640234259037edb259798b3bcf85e" +checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" dependencies = [ "arbitrary", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 6d52bab7f..46a0d492f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ mutants = { version = "0.0.3", default-features = false } noise = { version = "0.9.0", default-features = false } nosy = { version = "0.1.0", default-features = false } num-traits = { version = "0.2.19", default-features = false } -ordered-float = { version = "4.2.0", default-features = false } +ordered-float = { version = "4.6.0", default-features = false } paste = {version = "1.0.15", default-features = false } petgraph = { version = "0.6.2", default-features = false, features = ["graphmap"] } png-decoder = { version = "0.1.1", default-features = false } # used by all-is-cubes for no_std-compatible reading pngs