From d82bd26c3d39d4829fe6b38972c211bd8c868f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:17:47 +0000 Subject: [PATCH] build(deps): 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 8c99b0e98..84241fdf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4096,9 +4096,9 @@ dependencies = [ [[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 = [ "arbitrary", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index ffc531d74..9967563b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ manyfmt = "0.1.0" mutants = "0.0.3" noise = { version = "0.9.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.3.0", default-features = false } paste = "1.0.15" petgraph = { version = "0.6.2", default-features = false, features = ["graphmap"] } png-decoder = "0.1.1" # used by all-is-cubes for no_std-compatible reading pngs