summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-29 10:47:28 +0000
committerGitHub <noreply@github.com>2021-12-29 10:47:28 +0000
commita6bf041fc6df97881ae79e67644a070f073ac558 (patch)
treeacfc37c1d873b2fddee7bec51ca54aca5e5996bc /Cargo.toml
parent5a82edfd0aa8ebc7d37de4fcffb0650ed70d0162 (diff)
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] <support@github.com>
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 00f5112..ec8a2e1 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"