diff --git a/Cargo.lock b/Cargo.lock index 00e6328d..e34b7eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,18 +388,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", - "js-sys", "libc", "wasi", - "wasm-bindgen", ] -[[package]] -name = "glob" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" - [[package]] name = "half" version = "2.4.1" @@ -532,8 +524,6 @@ dependencies = [ "cc", "clap", "criterion", - "getrandom", - "glob", "hex", "num", "num-complex",