From f654abfbbc53a08d24ac25bb97cb3eb08e7d8c5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:00:50 +0000 Subject: [PATCH] chore(deps): 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 335540c57..fc5998a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ xattr = "1" [dev-dependencies] expect-test = "1.4.1" -pretty_assertions = "1.2.1" +pretty_assertions = "1.4.0" public-api = "0.32.0" quickcheck = "1.0.3" quickcheck_macros = "1.0.0"