Updating dependencies

This commit is contained in:
2025-10-21 11:54:57 +02:00
parent 8fc449d36a
commit 0c706f73c6
2 changed files with 386 additions and 387 deletions

761
train-cli/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
postgres = { version = "0.19.10", features = ["with-chrono-0_4"] }
sqlx = { version = "0.8.5", features = ["rust_decimal"] }
clap = { version = "4.5.37", features = ["derive"] }
whoami = "1.6.0"
rust_decimal = { version = "1.37.1", features = ["db-postgres"] }
chrono = "0.4.41"
postgres = { version = "0.19.12", features = ["with-chrono-0_4"] }
sqlx = { version = "0.8.6", features = ["rust_decimal"] }
clap = { version = "4.5.50", features = ["derive"] }
whoami = "1.6.1"
rust_decimal = { version = "1.39.0", features = ["db-postgres"] }
chrono = "0.4.42"