mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
chore(deps): update rust crate pretty_assertions to v1.4.1
This commit is contained in:
committed by
Daniel Hofstetter
parent
ec3b89a7d2
commit
580b0053ef
+2
-1
@@ -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
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user