File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ parse_datetime = "0.14.0"
419419phf = " 0.13.1"
420420phf_codegen = " 0.13.1"
421421platform-info = " 2.0.3"
422+ pretty_assertions = " 1.4.1"
422423procfs = " 0.18"
423424rand = { version = " 0.10.0" , features = [" std_rng" ] }
424425rand_chacha = { version = " 0.10.0" }
@@ -611,7 +612,7 @@ jiff.workspace = true
611612libc.workspace = true
612613bytecount.workspace = true
613614num-prime.workspace = true
614- pretty_assertions = " 1.4.0 "
615+ pretty_assertions.workspace = true
615616rand.workspace = true
616617regex.workspace = true
617618rustc-hash.workspace = true
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ path = "src/lib/lib.rs"
2525[dependencies ]
2626ctor = { workspace = true }
2727libc = { workspace = true }
28- pretty_assertions = " 1.4.0 "
28+ pretty_assertions = { workspace = true }
2929rand = { workspace = true }
3030regex = { workspace = true }
3131tempfile = { workspace = true }
You can’t perform that action at this time.
0 commit comments