Remove pretty_assertions dev-dependency

This commit is contained in:
LunaAmora 2023-11-11 09:17:16 -04:00
parent c280ced247
commit 930b3593ea
2 changed files with 0 additions and 24 deletions

23
Cargo.lock generated
View File

@ -157,12 +157,6 @@ dependencies = [
"windows-sys 0.45.0",
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "either"
version = "1.9.0"
@ -224,7 +218,6 @@ dependencies = [
"insta",
"itertools 0.11.0",
"logos",
"pretty_assertions",
"shrinkwraprs",
"stdext",
"walkdir",
@ -327,16 +320,6 @@ version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "pretty_assertions"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "proc-macro2"
version = "1.0.69"
@ -645,12 +628,6 @@ dependencies = [
"linked-hash-map",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "zerocopy"
version = "0.7.11"

View File

@ -29,7 +29,6 @@ logos = "0.13.0"
shrinkwraprs = "0.3.0"
[dev-dependencies]
pretty_assertions = "1.4.0"
stdext = "0.3.1"
walkdir = "2.3.3"
insta = "1.34.0"