Update project dependencies
This commit is contained in:
@ -4,11 +4,11 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.11.7"
|
||||
log = "0.4.26"
|
||||
env_logger = "0.11.8"
|
||||
log = "0.4.27"
|
||||
diesel = { version = "2.2.0", features = ["postgres", "r2d2"] }
|
||||
diesel_migrations = "2.1.0"
|
||||
clap = { version = "4.5.32", features = ["env", "derive"] }
|
||||
clap = { version = "4.5.35", features = ["env", "derive"] }
|
||||
actix-web = "4"
|
||||
actix-cors = "0.7.0"
|
||||
actix-multipart = "0.7.0"
|
||||
|
Reference in New Issue
Block a user