Skip to content

Commit b65a92f

Browse files
committed
Remove wasmparser
1 parent 802fe17 commit b65a92f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Cargo.lock

-8
Original file line numberDiff line numberDiff line change
@@ -2348,10 +2348,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
23482348
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
23492349
dependencies = [
23502350
"compiler_builtins",
2351-
"flate2",
23522351
"rustc-std-workspace-alloc",
23532352
"rustc-std-workspace-core",
2354-
"wasmparser",
23552353
]
23562354

23572355
[[package]]
@@ -5621,12 +5619,6 @@ dependencies = [
56215619
"rustc-std-workspace-core",
56225620
]
56235621

5624-
[[package]]
5625-
name = "wasmparser"
5626-
version = "0.57.0"
5627-
source = "registry+https://github.com/rust-lang/crates.io-index"
5628-
checksum = "32fddd575d477c6e9702484139cf9f23dcd554b06d185ed0f56c857dd3a47aa6"
5629-
56305622
[[package]]
56315623
name = "winapi"
56325624
version = "0.2.8"

src/tools/tidy/src/deps.rs

-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const EXCEPTIONS: &[(&str, &str)] = &[
4242
("snap", "BSD-3-Clause"), // rustc
4343
// FIXME: this dependency violates the documentation comment above:
4444
("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target
45-
("wasmparser", "Apache-2.0 WITH LLVM-exception"), // rustc
4645
];
4746

4847
const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
@@ -223,7 +222,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
223222
"vcpkg",
224223
"version_check",
225224
"wasi",
226-
"wasmparser",
227225
"winapi",
228226
"winapi-build",
229227
"winapi-i686-pc-windows-gnu",

0 commit comments

Comments
 (0)