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"] }