Update to pretty_assertions 1.2.1

This commit is contained in:
Lucien Greathouse
2022-05-22 19:12:33 -04:00
parent a5a69fd9fc
commit ea58999a2a
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ criterion = "0.3.5"
insta = { version = "1.8.0", features = ["redactions"] }
lazy_static = "1.4.0"
paste = "1.0.5"
pretty_assertions = "0.7.2"
pretty_assertions = "1.2.1"
serde_yaml = "0.8.21"
tempfile = "3.2.0"
walkdir = "2.3.2"