Update Rust crate pretty_assertions to 1.3.0

This commit is contained in:
renovate[bot] 2023-06-05 12:27:43 +00:00 committed by GitHub
parent 797876d33d
commit 386216d43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,5 @@ ctor = "0.2.0"
goblin = "0.6.1" goblin = "0.6.1"
[dev-dependencies] [dev-dependencies]
pretty_assertions = "1.1.0" pretty_assertions = "1.3.0"
mylib = { path = "tests/mylib" } mylib = { path = "tests/mylib" }