From d837df209c22ad5eef915c63ec7eadf2b5998a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 11:09:57 +0000 Subject: [PATCH] Update float-cmp requirement from 0.8 to 0.9 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] --- simag_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simag_core/Cargo.toml b/simag_core/Cargo.toml index f2a977f..4c0d082 100644 --- a/simag_core/Cargo.toml +++ b/simag_core/Cargo.toml @@ -12,7 +12,7 @@ bincode = { version = "1.3", optional = true } crossbeam = "0.8" dashmap = { version = "4.0" } env_logger = "0.9" -float-cmp = "0.8" +float-cmp = "0.9" thiserror = "1.0" nom = "6.1" num_cpus = "1.13"