Merge pull request 'Update Rust crate clap to 4.3.10' () from renovate/clap-4.x into master

Reviewed-on: 
This commit is contained in:
2023-07-04 16:41:06 +00:00
2 changed files with 5 additions and 6 deletions

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