Browse Source

Remove unused tempfile dependency

testing
Thomas Eizinger 3 years ago
parent
commit
443e206a0b
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 1
      Cargo.lock
  2. 1
      daemon/Cargo.toml

1
Cargo.lock

@ -541,7 +541,6 @@ dependencies = [
"serde_with",
"sha2",
"sqlx",
"tempfile",
"thiserror",
"time",
"tokio",

1
daemon/Cargo.toml

@ -53,5 +53,4 @@ path = "src/maker.rs"
[dev-dependencies]
pretty_assertions = "1"
tempfile = "3"
time = { version = "0.3", features = ["std"] }

Loading…
Cancel
Save