Update Rust crate tempfile to 3.10.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-06 00:12:34 +00:00
parent 900f6b8af8
commit 042776d491
2 changed files with 7 additions and 8 deletions

View File

@ -35,5 +35,5 @@ uuid = { version = "1.6.1", features = ["v4"] }
httpdate = "1.0.3"
zip = "0.6.6"
mime_guess = "2.0.4"
tempfile = "3.9.0"
tempfile = "3.10.0"
base64 = "0.21.7"