tempdir -> tempfile

According to the documentation of the tempdir crate
This commit is contained in:
John Doty 2024-08-13 10:59:47 -07:00
parent e44d4dea7a
commit 663ce42016
3 changed files with 22 additions and 65 deletions

View file

@ -34,7 +34,7 @@ xdg = "2"
[dev-dependencies]
assert_matches = "1"
pretty_assertions = "1"
tempdir = "0.3"
tempfile = "3"
[target.'cfg(target_os="linux")'.dependencies]
procfs = "0.14.1"