From 34857cd835b639ea3bedcb0fb96cbf6ef32031b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 21:07:45 +0000 Subject: [PATCH] Update pretty_assertions requirement from 0.7.2 to 1.1.0 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.7.2...v1.1.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 8b8a9e3..aae577f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ lenient_version = { version = "0.3", default-features = false, features = [ "par lenient_semver_parser = { git = "https://github.com/knutwalker/lenient-semver", package = "lenient_semver_parser", branch = "master" } [dev-dependencies] -pretty_assertions = "0.7.2" +pretty_assertions = "1.1.0" test-case = "1.1.0"