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

This commit is contained in:
2023-08-19 00:30:45 +00:00
parent 17282b82df
commit 5b6b525b1e
2 changed files with 5 additions and 5 deletions

View File

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