From ee8b6a63d8c3afa3f71c1ce29b9c930eccd7d5d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 02:21:20 +0000 Subject: [PATCH] Update approx requirement from 0.3.2 to 0.4.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) Signed-off-by: dependabot-preview[bot] --- battery/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery/Cargo.toml b/battery/Cargo.toml index 40bb186..9d8d2e2 100644 --- a/battery/Cargo.toml +++ b/battery/Cargo.toml @@ -38,4 +38,4 @@ libc = "~0.2" [dev-dependencies] tempfile = "^3.0" -approx = "0.3.2" +approx = "0.4.0"