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
cargo-audit reports that we are using a vulnerable version of smallvec. Updating the dependencies fixes the issue.
devolutions-jet (master)> cargo audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 31 security advisories (from /home/sduquette/.cargo/advisory-db)
Scanning Cargo.lock for vulnerabilities (218 crate dependencies)
error: Vulnerable crates found!
ID: RUSTSEC-2019-0009
Crate: smallvec
Version: 0.6.9
Date: 2019-06-06
URL: servo/rust-smallvec#148
Title: Double-free and use-after-free in SmallVec::grow()
Solution: upgrade to: >= 0.6.10
0 commit comments