Update Rust crate clap to 4.4.0
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-26 00:35:59 +00:00
parent e0c29e8aa8
commit 781e5860af
2 changed files with 11 additions and 12 deletions

View File

@ -5,7 +5,7 @@ edition = "2021"
description = "TCP-over-HTTP solution"
[dependencies]
clap = { version = "4.3.23", features = ["derive", "env"] }
clap = { version = "4.4.0", features = ["derive", "env"] }
log = "0.4.20"
env_logger = "0.10.0"
actix = "0.13.0"