From affb4a9b1a7a4ac68ba5230844725de2625800e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:43:40 +0000 Subject: [PATCH] :arrow_up: Update pretty_assertions requirement from 0.6.1 to 0.7.1 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.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 9992b5f..1dd34d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ jsonnet-rs = {version = "^0.6", optional = true } [dev-dependencies] spectral = "0.6.0" tempfile = "3.1.0" -pretty_assertions = "0.6.1" +pretty_assertions = "0.7.1" unindent = "0.1.6" [features]