From 06af7a645ed1507f2a88c51635db010c346236c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 06:45:06 +0000 Subject: [PATCH] Update pretty_assertions requirement from 0.6.1 to 0.7.2 Updates the requirements on [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) to permit the latest version. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.6.1...v0.7.2) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d905b5..f490f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ num-derive = "0.3" err-derive = "0.3" [dev-dependencies] -pretty_assertions = "0.6.1" +pretty_assertions = "0.7.2"