Update Rust crate clap to 4.2.2
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-18 00:28:43 +00:00
parent 5acbe069c2
commit b713117a70
3 changed files with 110 additions and 44 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.1", features = ["derive"] }
clap = { version = "4.2.2", features = ["derive"] }
log = "0.4.17"
env_logger = "0.10.0"
tui = "0.19.0"