bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.06k stars 100 forks source link

Remove outdated audit-as-crates-io policies #686

Closed jeffcharles closed 1 week ago

jeffcharles commented 1 week ago

Description of the change

Removes a few outdated audit-as-crates-io cargo vet policies.

Why am I making this change?

We no longer use forks of these crates and continuing to include these policies stops cargo vet from working (but cargo vet --locked does continue to work which is why CI didn't catch this).

Checklist