From 285889c5084c69ade02acafb58401db7c66ef75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:04:34 +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] --- plexus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexus/Cargo.toml b/plexus/Cargo.toml index 08df2ca..708f5a0 100644 --- a/plexus/Cargo.toml +++ b/plexus/Cargo.toml @@ -48,7 +48,7 @@ geometry-ultraviolet = ["theon/geometry-ultraviolet"] unstable = [] [dependencies] -approx = "^0.3.0" +approx = "^0.5.1" ahash = "^0.6.0" arrayvec = "^0.6.0" decorum = "^0.3.1"