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

This commit is contained in:
2023-12-29 00:20:46 +00:00
committed by Pierre Hubert
parent be8066de17
commit de767c90b9
2 changed files with 7 additions and 7 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.8.1"
tempfile = "3.9.0"
base64 = "0.21.5"