chore: bump tempfile to ~3.6

This commit is contained in:
Steve Lau
2023-07-15 09:17:47 +08:00
parent afd95e3d5c
commit 7f7d2633cd
2 changed files with 19 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ chrono = "~0.4"
glob = "~0.3"
strum = { version = "~0.24", features = ["derive"] }
thiserror = "~1.0"
tempfile = "~3.2"
tempfile = "~3.6"
cfg-if = "~1.0"
tokio = { version = "~1.18", features = ["process", "rt-multi-thread"] }
futures = "~0.3"