From 548e48c3f128e0c5d01fbe6460547f8b1968753c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 15:27:29 +0000 Subject: [PATCH] Update pretty_assertions requirement from 0.6 to 0.7 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.0...v0.7.1) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb0496f..22d8888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ jsonl = ["serde", "serde_json"] [dev-dependencies] anyhow = "1.0.34" -pretty_assertions = "0.6" +pretty_assertions = "0.7" # Optional dev-dependencies are not a thing :( serde_derive = "1.0" tempfile = "3.0"