chore(deps): update rust crate pretty_assertions to v1.4.1

This commit is contained in:
xtqqczze
2026-03-15 13:40:38 +01:00
committed by Daniel Hofstetter
parent ec3b89a7d2
commit 580b0053ef
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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 }