From ccc975121f1d91ecb9dc0ac40f48ad7e4f1cfc03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:28:48 +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 4689c36..cfcd24d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ features = ["v4", "js"] version = "1.8" [dev-dependencies] -pretty_assertions = "1" +pretty_assertions = "1.4.0" [package.metadata.docs.rs] all-features = true