dtolnay / cargo-llvm-lines

Count lines of LLVM IR per generic function
Apache License 2.0
414 stars 24 forks source link

Dependency on unmaintained tempdir crate #64

Closed VorpalBlade closed 1 year ago

VorpalBlade commented 1 year ago

cargo audit reported the following:

Crate:     tempdir
Version:   0.3.7
Warning:   unmaintained
Title:     `tempdir` crate has been deprecated; use `tempfile` instead
Date:      2018-02-13
ID:        RUSTSEC-2018-0017
URL:       https://rustsec.org/advisories/RUSTSEC-2018-0017
Dependency tree:
tempdir 0.3.7
└── cargo-llvm-lines 0.4.23

Would probably be a good idea to switch to tempfile instead as per the advisory.