From 57fe2037241b67334b8a4b9b750235a23fac8b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 05:56:29 +0000 Subject: [PATCH] Update approx requirement from ^0.3.0 to ^0.5.0 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.0) --- 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 dc4e5dd..5c91769 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.0" ahash = "^0.6.0" arrayvec = "^0.6.0" decorum = "^0.3.1"