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 1/2] 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] From 8f7cc9e711659c64e654c92965c8f46345417f14 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Thu, 21 May 2020 19:59:48 +0200 Subject: [PATCH 2/2] Bump float-cmp upper bound to accept float-cmp-0.8. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d954587..250deaa 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.8" +float-cmp = ">=0.6, < 0.9" serde_json = "1" [package.metadata.docs.rs]