Update Rust crate pretty_assertions to 1.4.0

This commit is contained in:
renovate[bot]
2023-07-10 00:13:17 +00:00
committed by GitHub
parent e61b9d954a
commit 4bf6af911e
2 changed files with 4 additions and 25 deletions

View File

@@ -34,5 +34,5 @@ ctor = "0.2.3"
goblin = "0.7.1"
[dev-dependencies]
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"
mylib = { path = "tests/mylib" }