Remove dependency on more-asserts (#4408)

* Remove dependency on `more-asserts`

In my recent adventures to do a bit of gardening on our dependencies I
noticed that there's a new major version for the `more-asserts` crate.
Instead of updating to this though I've opted to instead remove the
dependency since I don't think we heavily lean on this crate and
otherwise one-off prints are probably sufficient to avoid the need for
pulling in a whole crate for this.

* Remove exemption for `more-asserts`
This commit is contained in:
Alex Crichton
2022-07-26 11:47:33 -05:00
committed by GitHub
parent 1183191d7d
commit 1321c234e5
42 changed files with 125 additions and 227 deletions

11
Cargo.lock generated
View File

@@ -1736,12 +1736,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "more-asserts"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
[[package]]
name = "ntapi"
version = "0.3.7"
@@ -3402,7 +3396,6 @@ dependencies = [
"file-per-thread-logger",
"filetime",
"log",
"more-asserts",
"once_cell",
"pretty_env_logger",
"rustix",
@@ -3429,7 +3422,6 @@ dependencies = [
"libc",
"listenfd",
"memchr",
"more-asserts",
"num_cpus",
"once_cell",
"rayon",
@@ -3492,7 +3484,6 @@ dependencies = [
"cranelift-wasm",
"gimli",
"log",
"more-asserts",
"object",
"target-lexicon",
"thiserror",
@@ -3509,7 +3500,6 @@ dependencies = [
"gimli",
"indexmap",
"log",
"more-asserts",
"object",
"serde",
"target-lexicon",
@@ -3620,7 +3610,6 @@ dependencies = [
"mach",
"memfd",
"memoffset",
"more-asserts",
"rand 0.8.5",
"rustix",
"thiserror",