wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
19.04k stars 814 forks source link

deps: Remove usage of unmaintained derivative crate #5250

Closed theduke closed 5 days ago

theduke commented 1 week ago

The crate is unmaintained and shows up in cargo-deny lints.

Do a manual std::fmt::Debug impl where appropriate

Use derive_more instead.