From 41294bf5fd7b052f960f82e94b3132b7082d2215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:18:24 +0000 Subject: [PATCH] Bump float-cmp from 0.9.0 to 0.10.0 Bumps [float-cmp](https://github.com/mikedilger/float-cmp) from 0.9.0 to 0.10.0. - [Commits](https://github.com/mikedilger/float-cmp/commits) --- updated-dependencies: - dependency-name: float-cmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- mesh_to_sdf/Cargo.toml | 2 +- mesh_to_sdf_client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d99f5ff..96ca1e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1384,9 +1384,9 @@ dependencies = [ [[package]] name = "float-cmp" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" +checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8" dependencies = [ "num-traits", ] diff --git a/mesh_to_sdf/Cargo.toml b/mesh_to_sdf/Cargo.toml index 9302282..1174381 100644 --- a/mesh_to_sdf/Cargo.toml +++ b/mesh_to_sdf/Cargo.toml @@ -20,7 +20,7 @@ categories = [ exclude = ["assets/*", "ARCHITECTURE.md"] [dependencies] -float-cmp = "0.9.0" +float-cmp = "0.10.0" itertools = "0.13.0" log = "0.4.22" ordered-float = "4.2.2" diff --git a/mesh_to_sdf_client/Cargo.toml b/mesh_to_sdf_client/Cargo.toml index 6d9fd3e..16fb540 100644 --- a/mesh_to_sdf_client/Cargo.toml +++ b/mesh_to_sdf_client/Cargo.toml @@ -42,7 +42,7 @@ egui-winit = "0.28.1" log = "0.4.22" env_logger = "0.11.5" cfg-if = "1.0.0" -float-cmp = "0.9.0" +float-cmp = "0.10.0" rayon = "1.10.0" base64 = "0.22.1" gltf = { version = "1.4.1", default-features = true, features = [