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

This commit is contained in:
2025-05-29 00:07:57 +00:00
parent 7d7ad0ce89
commit 9ba928102c
2 changed files with 5 additions and 5 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.38", features = ["env", "derive"] }
clap = { version = "4.5.39", features = ["env", "derive"] }
actix-web = "4.11.0"
actix-cors = "0.7.1"
actix-multipart = "0.7.2"