From 8dc8606bf03930875655fcd668bfc27126d235a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 04:19:29 +0000 Subject: [PATCH] Update float-cmp requirement from >=0.6, < 0.9 to >=0.6, < 0.10 Updates the requirements on [float-cmp](https://github.com/mikedilger/float-cmp) to permit the latest version. - [Release notes](https://github.com/mikedilger/float-cmp/releases) - [Commits](https://github.com/mikedilger/float-cmp/commits) --- 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 d7e0227..5acadc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ nalgebra = { version = ">=0.21, <0.28", optional = true } serde = { version = "1", features = ["derive"], optional = true } [dev-dependencies] -float-cmp = ">=0.6, < 0.9" +float-cmp = ">=0.6, < 0.10" serde_json = "1" [package.metadata.docs.rs]