From f89af302e429bf1ca0e847056bd1825c7d0c6143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 11:07:00 +0000 Subject: [PATCH] Update approx requirement from 0.4 to 0.5 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/compare/v0.4.0...v0.5.0) --- 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 6778a5a..3161016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ categories = ["algorithms"] keywords = ["glicko", "elo", "rating", "skill"] [dev-dependencies] -approx = "0.4" +approx = "0.5"