From 580b0053efe70f822c1e64435748cf6290c332f9 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:16:14 +0000 Subject: [PATCH] chore(deps): update rust crate pretty_assertions to v1.4.1 --- Cargo.toml | 3 ++- tests/uutests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a65caa1fb..6468999e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -419,6 +419,7 @@ parse_datetime = "0.14.0" phf = "0.13.1" phf_codegen = "0.13.1" platform-info = "2.0.3" +pretty_assertions = "1.4.1" procfs = "0.18" rand = { version = "0.10.0", features = ["std_rng"] } rand_chacha = { version = "0.10.0" } @@ -611,7 +612,7 @@ jiff.workspace = true libc.workspace = true bytecount.workspace = true num-prime.workspace = true -pretty_assertions = "1.4.0" +pretty_assertions.workspace = true rand.workspace = true regex.workspace = true rustc-hash.workspace = true diff --git a/tests/uutests/Cargo.toml b/tests/uutests/Cargo.toml index 56ccab13b..d96183fa8 100644 --- a/tests/uutests/Cargo.toml +++ b/tests/uutests/Cargo.toml @@ -25,7 +25,7 @@ path = "src/lib/lib.rs" [dependencies] ctor = { workspace = true } libc = { workspace = true } -pretty_assertions = "1.4.0" +pretty_assertions = { workspace = true } rand = { workspace = true } regex = { workspace = true } tempfile = { workspace = true }