From 6f47d34550c708a0f7bba1e45ffaf99c85ecb716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:08:02 +0000 Subject: [PATCH] Update pretty_assertions requirement from 0.6.1 to 1.3.0 Updates the requirements on [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) to permit the latest version. - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v0.6.1...v1.3.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f12e00..50564d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,6 @@ test-strategy = "0.1.1" [dev-dependencies] insta = "1.4.0" -pretty_assertions = "0.6.1" +pretty_assertions = "1.3.0" serde_json = "1.0.61" tempfile = "3.1.0"