# Description `arrayfire-rust` depends on the `mnist` package that in turn depends on the `time` crate. The following security advisory was raised tonight regarding the `time` crate: https://github.com/c0dearm/mushin/issues/16 I think there are a few things to do here: * Upgrade the `mnist` package so that the security vulnerability is not there anymore. * Set up a GitHub workflow to check for package vulnerabilities (like it is done in the `mushin` project) * Is `mnist` really a required dependency? Would it be possible to have it only as a dev dependency or in a Cargo feature flag?