diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-10 09:46:02 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-10 09:46:02 +0200 |
| commit | b65a92fdd8b430a1ea421a5bbff08935787999fb (patch) | |
| tree | 5eb15f6829e4735f1fe86bd8727dd02f70f251d7 | |
| parent | 802fe1756b9fdd6011e17ee6502d6909d2ce55ed (diff) | |
| download | rust-b65a92fdd8b430a1ea421a5bbff08935787999fb.tar.gz rust-b65a92fdd8b430a1ea421a5bbff08935787999fb.zip | |
Remove wasmparser
| -rw-r--r-- | Cargo.lock | 8 | ||||
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index dc688e3a513..189a3b0786c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2348,10 +2348,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397" dependencies = [ "compiler_builtins", - "flate2", "rustc-std-workspace-alloc", "rustc-std-workspace-core", - "wasmparser", ] [[package]] @@ -5622,12 +5620,6 @@ dependencies = [ ] [[package]] -name = "wasmparser" -version = "0.57.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32fddd575d477c6e9702484139cf9f23dcd554b06d185ed0f56c857dd3a47aa6" - -[[package]] name = "winapi" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 5f4ba71d91a..064dd716521 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -42,7 +42,6 @@ const EXCEPTIONS: &[(&str, &str)] = &[ ("snap", "BSD-3-Clause"), // rustc // FIXME: this dependency violates the documentation comment above: ("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target - ("wasmparser", "Apache-2.0 WITH LLVM-exception"), // rustc ]; const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[ @@ -223,7 +222,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[ "vcpkg", "version_check", "wasi", - "wasmparser", "winapi", "winapi-build", "winapi-i686-pc-windows-gnu", |
