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

This commit is contained in:
2022-09-20 00:36:38 +00:00
parent 8efccaaa45
commit 2b1b2484af
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 = "3.2.20", features = ["derive", "env"] }
clap = { version = "3.2.22", features = ["derive", "env"] }
log = "0.4.17"
env_logger = "0.9.0"
actix = "0.13.0"