Update Rust crate clap to 4.5.40
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-10 00:21:54 +00:00
parent 4444860f9b
commit 0e263b211f
2 changed files with 7 additions and 7 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.39", features = ["derive", "env"] }
clap = { version = "4.5.40", features = ["derive", "env"] }
tar = "0.4.44"
actix-web = "4.11.0"
actix = "0.13.5"