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

This commit is contained in:
2025-04-03 00:33:44 +00:00
parent 5015f670ad
commit 3da08d7c5f
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.34", features = ["derive", "env"] }
clap = { version = "4.5.35", features = ["derive", "env"] }
tar = "0.4.38"
actix-web = "4.10.2"
actix = "0.13.5"