chore(deps): update rust crate pretty_assertions to 1.2.1 (#464)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
main
renovate[bot] 2022-04-06 11:37:49 +09:00 committed by GitHub
parent 44686ed567
commit ed8b004ca2
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

@ -441,9 +441,9 @@ dependencies = [
[[package]]
name = "pretty_assertions"
version = "1.2.0"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c038cb5319b9c704bf9c227c261d275bfec0ad438118a2787ce47944fb228b"
checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
dependencies = [
"ansi_term",
"ctor",

View File

@ -31,5 +31,5 @@ image = "0.23.14"
ts-rs = "6.1"
[dev-dependencies]
pretty_assertions = "1.2.0"
pretty_assertions = "1.2.1"
insta = "1.14"