From 328aa52c8145860e0cc09a6490a72ec0eb53b656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:39:02 +0000 Subject: [PATCH] Update float-cmp requirement from 0.9 to 0.10 --- updated-dependencies: - dependency-name: float-cmp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7be18f3..e96d7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ argmin-math = { version = "0.3.0", features = ["ndarray_latest-serde", "nalgebra cc = "1.0" [dev-dependencies] -float-cmp = "0.9" +float-cmp = "0.10"