Fix RUSTSEC-2018-0017 (#5338)

[[PR Description]]

This replaces the `tempdir` crate with `tempfile`, which resolves
[RUSTSEC-2018-0017](https://rustsec.org/advisories/RUSTSEC-2018-0017).
This commit is contained in:
Mikayla Maki 2024-01-24 12:19:05 -08:00 committed by GitHub
commit 71ec781215
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 79 additions and 119 deletions

View file

@ -109,7 +109,7 @@ schemars.workspace = true
simplelog = "0.9"
smallvec.workspace = true
smol.workspace = true
tempdir.workspace = true
tempfile.workspace = true
thiserror.workspace = true
tiny_http = "0.8"
toml.workspace = true