File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2348,10 +2348,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
2348
checksum = " 8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
2349
2349
dependencies = [
2350
2350
" compiler_builtins" ,
2351
- " flate2" ,
2352
2351
" rustc-std-workspace-alloc" ,
2353
2352
" rustc-std-workspace-core" ,
2354
- " wasmparser" ,
2355
2353
]
2356
2354
2357
2355
[[package ]]
@@ -5621,12 +5619,6 @@ dependencies = [
5621
5619
" rustc-std-workspace-core" ,
5622
5620
]
5623
5621
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
-
5630
5622
[[package ]]
5631
5623
name = " winapi"
5632
5624
version = " 0.2.8"
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ const EXCEPTIONS: &[(&str, &str)] = &[
42
42
( "snap" , "BSD-3-Clause" ) , // rustc
43
43
// FIXME: this dependency violates the documentation comment above:
44
44
( "fortanix-sgx-abi" , "MPL-2.0" ) , // libstd but only for `sgx` target
45
- ( "wasmparser" , "Apache-2.0 WITH LLVM-exception" ) , // rustc
46
45
] ;
47
46
48
47
const EXCEPTIONS_CRANELIFT : & [ ( & str , & str ) ] = & [
@@ -223,7 +222,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
223
222
"vcpkg" ,
224
223
"version_check" ,
225
224
"wasi" ,
226
- "wasmparser" ,
227
225
"winapi" ,
228
226
"winapi-build" ,
229
227
"winapi-i686-pc-windows-gnu" ,
You can’t perform that action at this time.
0 commit comments