From 443e206a0b93974a5227ff11695df0b89c98de0e Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 15 Oct 2021 14:01:52 +1100 Subject: [PATCH] Remove unused tempfile dependency --- Cargo.lock | 1 - daemon/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2926032..d8f25fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,7 +541,6 @@ dependencies = [ "serde_with", "sha2", "sqlx", - "tempfile", "thiserror", "time", "tokio", diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 6f37d7e..000c067 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -53,5 +53,4 @@ path = "src/maker.rs" [dev-dependencies] pretty_assertions = "1" -tempfile = "3" time = { version = "0.3", features = ["std"] }