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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-04 22:42:05 +00:00 committed by GitHub
parent 0afebc3319
commit 9d930d6f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ serde_derive = { version = "1", optional = true }
simba = { version = "0.1.2", optional = true } simba = { version = "0.1.2", optional = true }
[dev-dependencies] [dev-dependencies]
float-cmp = "0.6" float-cmp = "0.8"
serde_json = "1" serde_json = "1"
[package.metadata.docs.rs] [package.metadata.docs.rs]