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

This commit is contained in:
2023-04-20 00:25:55 +00:00
parent 1265d7f099
commit 5ba2e78fd0
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ categories = [ "games" ]
[dependencies]
sea_battle_backend = { path = "../sea_battle_backend", version = "0.2.0" }
clap = { version = "4.2.2", features = ["derive"] }
clap = { version = "4.2.4", features = ["derive"] }
log = "0.4.17"
env_logger = "0.10.0"
tui = "0.19.0"