Remove three unused dependencies

This commit is contained in:
Kerollmops 2022-03-14 16:03:12 +01:00
parent bb9372114c
commit 86c1e83ea1
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 2 additions and 79 deletions

View file

@ -48,7 +48,6 @@ tokio = { version = "1.11.0", features = ["full"] }
uuid = { version = "0.8.2", features = ["serde"] }
walkdir = "2.3.2"
obkv = "0.2.0"
pin-project = "1.0.8"
whoami = { version = "1.1.3", optional = true }
reqwest = { version = "0.11.4", features = ["json", "rustls-tls"], default-features = false, optional = true }
sysinfo = "0.20.2"