rust-pcap / pcap

Rust language pcap library
Apache License 2.0
619 stars 142 forks source link

replace tempdir with tempfile #295

Closed alexanderkjall closed 1 year ago

alexanderkjall commented 1 year ago

As tempdir is deprecates, and depends on a vulnerable crate

deprecation notice here: https://crates.io/crates/tempdir vulnerability report: https://rustsec.org/advisories/RUSTSEC-2023-0018.html