From 4b70969ff18ad1cb2c290ecdfa977e0937618d54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:56:55 +0000 Subject: [PATCH] Update Rust crate pretty_assertions to 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5c638a..4963f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ same-file = "1.0.6" unicode-width = "0.1.12" [dev-dependencies] -pretty_assertions = "1" +pretty_assertions = "1.4.0" assert_cmd = "2.0.14" predicates = "3.1.0" tempfile = "3.10.1"