summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-29 12:08:48 +0100
committerGitHub <noreply@github.com>2021-12-29 12:08:48 +0100
commit4f9cc119465f3d12fd4b0aeac955987d3257087f (patch)
tree4ea7e0bcd3713caf2e35e32a98d81c53291588ec /Cargo.toml
parent0864b3fe34673236c2bea56df61804c4bfd3bf84 (diff)
parenta6bf041fc6df97881ae79e67644a070f073ac558 (diff)
Merge pull request #270 from mehcode/dependabot/cargo/float-cmp-0.9
Update float-cmp requirement from 0.8 to 0.9
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b2f4dac..8717c7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ pathdiff = "0.2"
[dev-dependencies]
serde_derive = "1.0.8"
-float-cmp = "0.8"
+float-cmp = "0.9"
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]}
warp = "=0.3.1"