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-28 00:09:50 +00:00
parent 8dca766f8e
commit 3b87d66a36
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.38", features = ["derive", "env"] }
clap = { version = "4.5.39", features = ["derive", "env"] }
actix-web = "4.11.0"
actix-files = "0.6.6"
actix-multipart = "0.7.2"