This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate schemeguardian

Dependencies

(14 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bincode^1.1.41.3.3up to date
 branca ⚠️^0.9.00.10.1out of date
 custom_codes^1.2.22.0.4out of date
 either^1.5.31.10.0up to date
 failure^0.1.50.1.8up to date
 lazy_static^1.3.01.4.0up to date
 rand^0.70.8.5out of date
 redactedsecret^0.4.00.4.1up to date
 rust-argon2^0.5.02.1.0out of date
 serde^1.0.1011.0.197up to date
 sled^0.29.10.34.7out of date
 tai64^3.1.04.0.0out of date
 timelite^1.0.3N/Aup to date
 toml^0.5.10.8.12out of date

Security Vulnerabilities

branca: Unexpected panic when decoding tokens

RUSTSEC-2020-0075

Prior to 0.10.0 it was possible to have both decoding functions panic unexpectedly, by supplying tokens with an incorrect base62 encoding.

The documentation stated that an error should have been reported instead.