chore(deps): update rust crate pretty_assertions to 0.7.2 (#278)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
main
renovate[bot] 2021-04-26 11:03:15 +09:00 committed by GitHub
parent cf3be97aa4
commit e8020c6832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -420,9 +420,9 @@ checksum = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
[[package]]
name = "pretty_assertions"
version = "0.7.1"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f297542c27a7df8d45de2b0e620308ab883ad232d06c14b76ac3e144bda50184"
checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
dependencies = [
"ansi_term",
"ctor",

View File

@ -29,5 +29,5 @@ serde_json = "1.0"
image = "0.23.14"
[dev-dependencies]
pretty_assertions = "0.7.1"
pretty_assertions = "0.7.2"
insta = "1.7"