From c6e5cd55e5cd83074cbfbab1cdd51be013a87c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:49:03 +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 042d2e0b..308eaf19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ perfcnt = { version = "0.8", optional = true } ref-cast = "1.0" [dev-dependencies] -float-cmp = "0.9" +float-cmp = "0.10" getopts = "0.2" core_affinity = { version = "0.8" }