From fcc1fce20de324384ad085dd6362f4b50c61a3aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 07:30:17 +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 1ee3935..56c649c 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.148", features = ["derive"] }