From 046b24060e0489dfb76d9191bb1a42a2443f2afc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:27:08 +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 a55176b..3ff560f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ textwrap = { workspace = true } login = { optional = true, version = "0.0.1", package = "uu_login", path = "src/uu/login" } [dev-dependencies] -pretty_assertions = "1" +pretty_assertions = "1.4.0" regex = { workspace = true } tempfile = { workspace = true } libc = { workspace = true }