From d54fac6fd9187134d02a997b50e40c0956f83743 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 22 Feb 2021 12:26:15 +1100 Subject: [PATCH] Remove unnecessary tempfile prod dependency --- swap/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 95df1229..965aa55c 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -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"] }