Hi team, Just a quick heads up that cargo audit is failing due to `owning_ref` being in use. https://rustsec.org/advisories/RUSTSEC-2022-0040.html says that there's no patch and the solution is to use `safer_owning_ref` Hope that helps
Hi team,
Just a quick heads up that cargo audit is failing due to
owning_refbeing in use. https://rustsec.org/advisories/RUSTSEC-2022-0040.html says that there's no patch and the solution is to usesafer_owning_refHope that helps