1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

update pretty_assertions to version 1

This commit is contained in:
Sylvestre Ledru 2022-01-17 08:53:20 +01:00
parent a87a71893f
commit 3dfb9a23c0
2 changed files with 3 additions and 3 deletions

View file

@ -367,7 +367,7 @@ conv = "0.3"
filetime = "0.2"
glob = "0.3.0"
libc = "0.2"
pretty_assertions = "0.7.2"
pretty_assertions = "1"
rand = "0.7"
regex = "1.0"
sha1 = { version="0.6", features=["std"] }