remove redundant or unused deps (#1462)

This commit is contained in:
Gabriel Gordon-Hall
2025-12-08 15:36:38 +00:00
committed by GitHub
parent 45d0359118
commit 08d8848346
12 changed files with 36 additions and 148 deletions

View File

@@ -21,8 +21,6 @@ thiserror = { workspace = true }
command-group = { version = "5.0", features = ["with-tokio"] }
nix = { version = "0.29", features = ["signal", "process"] }
openssl-sys = { workspace = true }
notify = "8.2.0"
notify-debouncer-full = "0.5.0"
reqwest = { version = "0.12", features = ["json"] }
sentry = { version = "0.41.0", features = ["anyhow", "backtrace", "panic", "debug-images"] }
futures = "0.3"