From 160b27cad5ff52b82033079adcd70607a020efde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 05:31:22 +0000 Subject: [PATCH] fix(deps): update rust crate approx to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03739b2..3922884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,6 +66,6 @@ maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = { version = "0.15.6", features = ["serde", "approx"] } -approx = "0.4.0" +approx = "0.5.1" thiserror = "1.0.37" serde = { version = "1.0.150", features = ["derive"] }