alexcrichton / ssh2-rs

Rust bindings for libssh2
https://docs.rs/ssh2
Apache License 2.0
467 stars 142 forks source link

replace tempdir with tempfile, as tempdir is deprecated #285

Closed alexanderkjall closed 1 year ago

alexanderkjall commented 1 year ago

Deprecation note here: https://crates.io/crates/tempdir/

alexanderkjall commented 1 year ago

This also fixes: https://rustsec.org/advisories/RUSTSEC-2023-0018.html By removing that dependency

yodaldevoid commented 1 year ago

Thank you for the PR!