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

This commit is contained in:
2022-11-16 00:15:53 +00:00
parent 4b61f79be8
commit 2f4af66a19
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.0.22", features = ["derive", "env"] }
clap = { version = "4.0.25", features = ["derive", "env"] }
log = "0.4.17"
env_logger = "0.9.1"
actix = "0.13.0"