audit stuff

This commit is contained in:
2026-03-05 09:27:59 -06:00
parent c61fe26713
commit a00f7c80fb
5 changed files with 41 additions and 23 deletions

View File

@@ -54,11 +54,10 @@ tokio-tungstenite = { workspace = true }
# Terminal UI
colored = "2.1"
comfy-table = "7.1"
indicatif = "0.17"
dialoguer = "0.11"
# Authentication
jsonwebtoken = { version = "10.2", features = ["rust_crypto"] }
jsonwebtoken = { workspace = true }
# Logging
tracing = { workspace = true }