better cargo lock

This commit is contained in:
filipriec
2025-02-23 10:01:43 +01:00
parent 32e5786f1d
commit 4f6a779539
3 changed files with 0 additions and 14 deletions

View File

@@ -18,11 +18,9 @@ ratatui = "0.29.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde_with = "3.12.0"
sqlx = { version = "0.8.3", features = ["chrono", "postgres", "runtime-tokio", "runtime-tokio-native-tls", "time"] }
tokio = { version = "1.43.0", features = ["full", "macros"] }
toml = "0.8.20"
tonic = "0.12.3"
tonic-build = "0.12.3"
tonic-reflection = "0.12.3"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"