summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:08:08 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:08:09 +0200
commitcaa5d19df8bd51890ed4710d2fab58f43a585cdd (patch)
treef65fa913f75d8ff33a4c523a9b79909d1fd5addb /crates
parent0ceaf9e4b1e5d594027e68c039a3dd50625ee03e (diff)
download: Remove unused dependency "tempfile"
This dependency was only used in tests and is specified in dev-dependencies, so we can remove it here. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/common/download/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml
index 07a5a70b..b569e113 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -15,7 +15,6 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tedge_utils = { path = "../tedge_utils" }
-tempfile = "3.2"
thiserror = "1.0"
tokio = "1.12"
url = "2.2"