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

Merge pull request #6311 from uutils/renovate/pretty_assertions-1.x

chore(deps): update rust crate pretty_assertions to 1.4.0
This commit is contained in:
Daniel Hofstetter 2024-05-02 07:08:40 +02:00 committed by GitHub
commit 49f9f00f2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -483,7 +483,7 @@ filetime = { workspace = true }
glob = { workspace = true } glob = { workspace = true }
libc = { workspace = true } libc = { workspace = true }
num-prime = { workspace = true } num-prime = { workspace = true }
pretty_assertions = "1" pretty_assertions = "1.4.0"
rand = { workspace = true } rand = { workspace = true }
regex = { workspace = true } regex = { workspace = true }
sha1 = { version = "0.10", features = ["std"] } sha1 = { version = "0.10", features = ["std"] }