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

This commit is contained in:
2023-08-29 00:34:26 +00:00
parent 52f16f5c33
commit 79bfeb2597
3 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ categories = [ "games" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.0", features = ["derive"] }
clap = { version = "4.4.1", features = ["derive"] }
log = "0.4.20"
env_logger = "0.10.0"
serde = { version = "1.0.186", features = ["derive"] }