From c271d89b89eb6b537cd8d216a174c2ff97b02ffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:28:56 +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 a770a19..8ec5c1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ pmap = { optional = true, version = "0.0.1", package = "uu_pmap", path = "src/uu slabtop = { optional = true, version = "0.0.1", package = "uu_slabtop", path = "src/uu/slabtop" } [dev-dependencies] -pretty_assertions = "1" +pretty_assertions = "1.4.0" regex = { workspace = true } tempfile = { workspace = true } libc = { workspace = true }