From 96045f5afb0c0ffcb0cfd3510407ed19e2ed64ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 16:30:20 +0000 Subject: [PATCH] Update pretty_assertions requirement from 0.5 to 0.6 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) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.5.0...v0.6.1) 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 6807dec..77d8f87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ include = [ [dev-dependencies] lazy_static = "1" maplit = "1" -pretty_assertions = "0.5" +pretty_assertions = "0.6" rand = "0.4"