Remove unused deps

This commit is contained in:
Andrew Phillips
2023-09-01 15:36:21 +00:00
parent 5910ef0b4a
commit 53382246ac
2 changed files with 26 additions and 61 deletions

View File

@@ -12,13 +12,11 @@ directories = "5.0.1"
lazy_static = "1.4.0"
libc = "0.2.147"
log = "0.4.19"
regex = "1.9.1"
rusqlite = { version = "0.29.0", features = ["bundled", "array", "chrono"] }
rusqlite_migration = "1.0.2"
stderrlog = "0.5.4"
strum_macros = "0.25"
strum = { version = "0.25", features = ["derive"] }
signal-hook = "0.3.17"
prettytable-rs = "0.10.0"
chrono = "0.4.26"
gethostname = "0.4.3"