Skip to content

Commit 580b005

Browse files
xtqqczzecakebaker
authored andcommitted
chore(deps): update rust crate pretty_assertions to v1.4.1
1 parent ec3b89a commit 580b005

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ parse_datetime = "0.14.0"
419419
phf = "0.13.1"
420420
phf_codegen = "0.13.1"
421421
platform-info = "2.0.3"
422+
pretty_assertions = "1.4.1"
422423
procfs = "0.18"
423424
rand = { version = "0.10.0", features = ["std_rng"] }
424425
rand_chacha = { version = "0.10.0" }
@@ -611,7 +612,7 @@ jiff.workspace = true
611612
libc.workspace = true
612613
bytecount.workspace = true
613614
num-prime.workspace = true
614-
pretty_assertions = "1.4.0"
615+
pretty_assertions.workspace = true
615616
rand.workspace = true
616617
regex.workspace = true
617618
rustc-hash.workspace = true

tests/uutests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ path = "src/lib/lib.rs"
2525
[dependencies]
2626
ctor = { workspace = true }
2727
libc = { workspace = true }
28-
pretty_assertions = "1.4.0"
28+
pretty_assertions = { workspace = true }
2929
rand = { workspace = true }
3030
regex = { workspace = true }
3131
tempfile = { workspace = true }

0 commit comments

Comments
 (0)