Remove unnecessary dependencies (#9000)

Found by "cargo machete"
This commit is contained in:
Heikki Linnakangas
2024-09-17 17:55:45 +03:00
committed by GitHub
parent cd4276fd65
commit d211f00f05
26 changed files with 15 additions and 236 deletions

View File

@@ -15,13 +15,11 @@ anyhow.workspace = true
axum.workspace = true
clap.workspace = true
futures.workspace = true
inotify.workspace = true
serde.workspace = true
serde_json.workspace = true
sysinfo.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread"] }
tokio-postgres.workspace = true
tokio-stream.workspace = true
tokio-util.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true