From d6f2a339291868d2da8ed300626a72ead445030e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 06:22:53 +0000 Subject: [PATCH] chore(deps): 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-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ca1a5f..967502d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ nom-unicode = "0.2.0" [dev-dependencies] anyhow = "1.0.38" -pretty_assertions = "0.6.1" +pretty_assertions = "0.7.2" quickcheck = "1.0.3" quickcheck_macros = "1.0.0" ron = "0.6.4"