fix(security): bump tempfile version to 3.4.0 (#45)

This commit is contained in:
Johannes Becker 2023-03-07 13:21:02 -05:00 committed by GitHub
parent 262e1ca2ba
commit 02d7f146f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ serde_json = "1.0.68"
sha1 = "0.10.5"
sha2 = "0.10.6"
ssri = "8.0.0"
tempfile = "3.2.0"
tempfile = "3.4.0"
thiserror = "1.0.29"
tokio = { version = "1.12.0", features = [
"fs",