dfinity / dfxvm

dfx version manager
Apache License 2.0
7 stars 5 forks source link

chore: replace deprecated dependency: tempdir -> tempfile #25

Closed ericswanson-dfinity closed 10 months ago

ericswanson-dfinity commented 10 months ago

Description

The tempdir crate is deprecated: https://github.com/rust-lang-deprecated/tempdir It also depends on version 0.5.3 of the remove_dir_all crate, which has a security warning

Replaced the dependency with the tempfile crate.

Intended to eliminate this dependabot warning: https://github.com/dfinity/dfxvm/security/dependabot/1

How Has This Been Tested?

Covered by existing tests