bump tempfile version to 3.4.0

This commit is contained in:
Johannes Becker 2023-03-07 13:49:22 +01:00
parent 262e1ca2ba
commit 9ee5e13e08
1 changed files with 1 additions and 1 deletions

View File

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