1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

fix tempfile dep spec

This commit is contained in:
Rob Ede
2023-07-18 02:22:09 +01:00
parent a4c9361791
commit 3b9b38c44e
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ mime = "0.3"
serde = "1"
serde_json = "1"
serde_plain = "1"
tempfile-dep = { version = "3.4", optional = true }
tempfile = { version = "3.4", optional = true }
tokio = { version = "1.24.2", features = ["sync", "io-util"] }
[dev-dependencies]