From 9d930d6f1652375b6c444a22c0ac170e6ae1f8c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 22:42:05 +0000 Subject: [PATCH] Update float-cmp requirement from 0.6 to 0.8 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) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4b235e..d954587 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde_derive = { version = "1", optional = true } simba = { version = "0.1.2", optional = true } [dev-dependencies] -float-cmp = "0.6" +float-cmp = "0.8" serde_json = "1" [package.metadata.docs.rs]