summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Gallant <joel@joelgallant.me>2020-09-03 12:09:33 -0600
committerGitHub <noreply@github.com>2020-09-03 12:09:33 -0600
commit05f6d42512ed3adcb64da26d33fee7643ea5ed1b (patch)
tree80610a831a67e311349d90a5a2c8af3d6b24ad6b
parent436c964037a1833fe6d17eda37e25425af7e9760 (diff)
parent03849da99ce981f91ca8978ddd1a405da4c3967d (diff)
Merge pull request #131 from ignatenkobrain/patch-2
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"] }