From 87257448e30f6b26d8e219ad936185a36a1cf1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:21:01 +0000 Subject: [PATCH] build(deps): bump ordered-float from 4.3.0 to 4.4.0 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.3.0...v4.4.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 62ad18e15..e085c4d15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4077,9 +4077,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d501f1a72f71d3c063a6bbc8f7271fa73aa09fe5d6283b6571e2ed176a2537" +checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97" dependencies = [ "arbitrary", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index a133db41f..617257d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ manyfmt = { version = "0.1.0", default-features = false } mutants = { version = "0.0.3", default-features = false } 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.4.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