From 7cb554e71ebf5d8dafcc7b6d80ca0d94df888a87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 15:54:18 +0000 Subject: [PATCH] Update Rust crate approx to 0.5.1 (#28) Co-authored-by: Renovate Bot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a128cc6..2eeda57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ minidom = "0.12.0" thiserror = "1.0" [dev-dependencies] -approx = "0.5.0" +approx = "0.5.1" criterion = "0.3.5" [[bench]]