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

This commit is contained in:
2024-01-05 00:11:21 +00:00
parent 8a5cc2952f
commit a31868fb27
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ edition = "2021"
description = "TCP-over-HTTP solution"
[dependencies]
clap = { version = "4.4.12", features = ["derive", "env"] }
clap = { version = "4.4.13", features = ["derive", "env"] }
log = "0.4.20"
env_logger = "0.10.1"
actix = "0.13.1"