Updating dependencies
This commit is contained in:
761
train-cli/Cargo.lock
generated
761
train-cli/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user