From 890d6fb70f155576046d04844c8c81962ea4d9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:34:28 +0100 Subject: [PATCH] chore(deps): Update float-cmp requirement from 0.9.0 to 0.10.0 (#255) --- updated-dependencies: - dependency-name: float-cmp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bbbf971..7c6358aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "1", features = ["derive", ] } serde_json = "1.0" thiserror = "1.0.25" num = "0.4.0" -float-cmp = "0.9.0" +float-cmp = "0.10.0" ndarray = "0.15.3" polars = { version = "0.41.2", features = ["lazy", "rows", "ndarray"] } pyo3-polars = "0.15"