summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2020-02-23 10:52:30 +0100
committerGitHub <noreply@github.com>2020-02-23 10:52:30 +0100
commit03849da99ce981f91ca8978ddd1a405da4c3967d (patch)
tree3fd2adbdf1fdc365fe3d222afd2a038b0ed47f74
parent2c0b201055be60ec45e258adcc6c4b6e01bcd627 (diff)
chore: Update float-cmp to 0.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e854ebb..98a1383 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,5 +33,5 @@ rust-ini = { version = "0.13", optional = true }
[dev-dependencies]
serde_derive = "1.0.8"
-float-cmp = "0.4"
+float-cmp = "0.6"
chrono = { version = "0.4", features = ["serde"] }