Our dependency rand is reporting an "unsound error" with cargo-deny on all branches. We can't update it because our dependency ed25519-dalek still depends on an older version of rand_core, at least until they cut a new release (dalek-cryptography/curve25519-dalek#876). Luckily, this error doesn't apply to us because we don't enable the log features of rand, so we can add an entry to ignore it in the deny.toml.
This issue tracks removing the ignore when rand is upgraded.
Our dependency
randis reporting an "unsound error" withcargo-denyon all branches. We can't update it because our dependencyed25519-dalekstill depends on an older version ofrand_core, at least until they cut a new release (dalek-cryptography/curve25519-dalek#876). Luckily, this error doesn't apply to us because we don't enable thelogfeatures ofrand, so we can add an entry to ignore it in thedeny.toml.This issue tracks removing the ignore when
randis upgraded.