From bef70322bb01ee6ab335ae1145ca91b040e4959c Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Mon, 26 Jul 2021 18:11:47 +0800 Subject: [PATCH] chore: bump float-cmp to 0.9.0 Signed-off-by: Chojan Shang --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b7d0f9..356267f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ predicates-core = { version = "1.0", path = "crates/core" } difflib = { version = "0.4", optional = true } normalize-line-endings = { version = "0.3.0", optional = true } regex = { version="1.0", optional = true } -float-cmp = { version="0.8", optional = true } +float-cmp = { version="0.9", optional = true } itertools = "0.10" [dev-dependencies]