From 20f53b1c9f8908cebf221c329b23c8bb2baeef13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:40:57 +0000 Subject: [PATCH] chore(cargo): update pretty_assertions requirement from ~1.2.1 to ~1.4.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/v1.2.1...v1.4.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 b9f9e9d..d414084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ byteorder = "~1.4.3" [dev-dependencies] # Pretty Assertions should not be over 1.3.0 as its MSRV is 1.54.0. # Yes, It's pretty old. But this libary follows byteorder's MSRV only. (Rust 1.14.1 - Released on Feb 27, 2020) -pretty_assertions = "~1.2.1" \ No newline at end of file +pretty_assertions = "~1.4.0" \ No newline at end of file