Update Rust crate clap to 4.5.36
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-12 00:29:31 +00:00
parent f33c408c67
commit 7474e25209
4 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
env_logger = "0.11.8"
log = "0.4.27"
clap = { version = "4.5.35", features = ["derive", "env"] }
clap = { version = "4.5.36", features = ["derive", "env"] }
egui = "0.31.1"
eframe = "0.31.1"
lazy_static = "1.5.0"