Bump pretty_assertions from 1.3.0 to 1.4.0 (#169)

This commit is contained in:
dependabot[bot] 2023-09-22 09:31:11 +00:00 committed by GitHub
parent cb6abedcad
commit 303e2053be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 24 deletions

25
Cargo.lock generated
View File

@ -81,16 +81,6 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "ctor"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "deunicode"
version = "0.4.3"
@ -434,15 +424,6 @@ version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
"winapi",
]
[[package]]
name = "pathdiff"
version = "0.2.1"
@ -469,13 +450,11 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pretty_assertions"
version = "1.3.0"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
"ctor",
"diff",
"output_vt100",
"yansi",
]

View File

@ -42,7 +42,7 @@ snafu = "0.7.3"
unicode-normalization = "0.1.22"
[dev-dependencies]
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"
rstest = "0.16.0"
tempfile = "3.3.0"
walkdir = "2.3.2"