bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.3k stars 111 forks source link

Remove deprecated crates from cargo vet #715

Closed jeffcharles closed 3 months ago

jeffcharles commented 3 months ago

Description of the change

Removing checking deprecated crates from cargo vet.

Why am I making this change?

Including configurations for these crates causes errors when trying to use cargo vet without the --frozen flag.

Checklist