Remove unnecessary tempfile prod dependency

This commit is contained in:
Thomas Eizinger 2021-02-22 12:26:15 +11:00
parent 729f4f09a8
commit d54fac6fd9
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -50,7 +50,6 @@ sigma_fun = { git = "https://github.com/LLFourn/secp256kfun", features = ["ed255
sled = "0.34"
structopt = "0.3"
strum = { version = "0.20", features = ["derive"] }
tempfile = "3"
thiserror = "1"
time = "0.2"
tokio = { version = "1.0", features = ["rt-multi-thread", "time", "macros", "sync"] }