From b7456a93e935015c7a45d52d31d77e3fb5a18fdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 23:29:05 +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 fa5a446..76d6215 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.35" serde = { version = "1.0.144", features = ["derive"] }