From 6035a24def9629fb5d3634c28c9ca7853401e182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 22:18:25 +0000 Subject: [PATCH] Update approx requirement from 0.3.2 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] --- client/Cargo.toml | 2 +- common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index bd0fb882..326c9ca9 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -44,7 +44,7 @@ default = ["use-repo-assets"] use-repo-assets = [] [dev-dependencies] -approx = "0.3.2" +approx = "0.5.1" bencher = "0.1.5" renderdoc = "0.10.1" diff --git a/common/Cargo.toml b/common/Cargo.toml index 7aca1658..f40e9bd5 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -24,4 +24,4 @@ rand_pcg = "0.2.1" rand_distr = "0.3.0" [dev-dependencies] -approx = "0.3.2" +approx = "0.5.1"