From 4a93ac4fbb83a3e70200086a6674a8d2e421ec11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:18:51 +0000 Subject: [PATCH] Bump ordered-float from 4.2.2 to 4.5.0 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.2.2 to 4.5.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.2.2...v4.5.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 ++-- mesh_to_sdf/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d99f5ff..4d029c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,9 +2657,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.2.2" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6" +checksum = "c65ee1f9701bf938026630b455d5315f490640234259037edb259798b3bcf85e" dependencies = [ "num-traits", ] diff --git a/mesh_to_sdf/Cargo.toml b/mesh_to_sdf/Cargo.toml index 9302282..2ff5eec 100644 --- a/mesh_to_sdf/Cargo.toml +++ b/mesh_to_sdf/Cargo.toml @@ -23,7 +23,7 @@ exclude = ["assets/*", "ARCHITECTURE.md"] float-cmp = "0.9.0" itertools = "0.13.0" log = "0.4.22" -ordered-float = "4.2.2" +ordered-float = "4.5.0" rayon = "1.10.0" bvh = "0.10.0"