From de37ac6695410eabc398389fddab4450e412ae19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:22:37 +0000 Subject: [PATCH] chore(deps): Update Rust crate float-cmp to 0.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e239aff3..79f00c36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ dependencies = [ [[package]] name = "float-cmp" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" +checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 6b0aceaa..0f797d01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ pathdiff = "0.2" [dev-dependencies] serde_derive = "1.0" -float-cmp = "0.9" +float-cmp = "0.10" chrono = { version = "0.4", features = ["serde"] } tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]} warp = "0.3"