Update Rust crate tempfile to 3.8.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-09-10 00:27:25 +00:00
parent b528e6fdbb
commit 0f6c68b1fc
2 changed files with 3 additions and 3 deletions

View File

@ -35,5 +35,5 @@ uuid = { version = "1.4.1", features = ["v4"] }
httpdate = "1.0.2"
zip = "0.6.6"
mime_guess = "2.0.4"
tempfile = "3.7.1"
tempfile = "3.8.0"
base64 = "0.21.2"