refactor(controller): simplify PostgreSQL DSN connection string output

This commit is contained in:
hdbg
2025-12-08 14:28:11 +01:00
parent 04797a5fb9
commit 570cec8b47
3 changed files with 4 additions and 21 deletions

View File

@@ -12,7 +12,6 @@ clap = { version = "4.5.53", features = ["derive"] }
cliclack = "0.3.7"
colored = "3.0.0"
comfy-table = "7.2.1"
dsn = "1.2.1"
futures = "0.3.31"
indicatif = { version = "0.18.3", features = ["improved_unicode"] }
miette = { version = "7.6.0", features = ["fancy"] }