You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using wasmer version 4.2 we have a warning when running a cargo audit on a dependency that you have which is mach. The warning : https://rustsec.org/advisories/RUSTSEC-2020-0168 . They recommend to use an other crate called mach2 which is more maintained. What do you think about this change ?
The text was updated successfully, but these errors were encountered:
I've assigned this to @Arshia001. Hopefully mach2 will be a drop-in replacement and we can resolve this immediately, otherwise if switching requires more extensive modifications we may need to put it off until later.
Summary
When using
wasmer
version 4.2 we have a warning when running acargo audit
on a dependency that you have which ismach
. The warning : https://rustsec.org/advisories/RUSTSEC-2020-0168 . They recommend to use an other crate calledmach2
which is more maintained. What do you think about this change ?The text was updated successfully, but these errors were encountered: