Update Rust crate clap to 4.5.40
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-15 00:21:37 +00:00
parent 6fa87a67d6
commit 4863b1f4af
2 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ env_logger = "0.11.8"
log = "0.4.27"
diesel = { version = "2.2.10", features = ["postgres", "r2d2"] }
diesel_migrations = "2.2.0"
clap = { version = "4.5.39", features = ["env", "derive"] }
clap = { version = "4.5.40", features = ["env", "derive"] }
actix-web = "4.11.0"
actix-cors = "0.7.1"
actix-multipart = "0.7.2"