From 875b900f3f5db97a0bf431e050a8813e9da84552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:37:55 +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 dd448324e..81c401c00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -483,7 +483,7 @@ filetime = { workspace = true } glob = { workspace = true } libc = { workspace = true } num-prime = { workspace = true } -pretty_assertions = "1" +pretty_assertions = "1.4.0" rand = { workspace = true } regex = { workspace = true } sha1 = { version = "0.10", features = ["std"] }