From c708082285476b1fc4b3a2c83555c96f037caa6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:05:09 +0000 Subject: [PATCH] Update approx requirement from ^0.3.0 to ^0.5.1 Updates the requirements on [approx](https://github.com/brendanzab/approx) to permit the latest version. - [Release notes](https://github.com/brendanzab/approx/releases) - [Commits](https://github.com/brendanzab/approx/commits/v0.5.1) --- updated-dependencies: - dependency-name: approx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a940bce..04e3a7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ geometry-ultraviolet = ["ultraviolet"] lapack = ["ndarray", "ndarray-linalg"] [dependencies] -approx = "^0.3.0" +approx = "^0.5.1" arrayvec = "^0.5.1" decorum = "^0.3.0" itertools = "^0.9.0"