Merge pull request 'Update Rust crate clap to 4.1.1' (#29) from renovate/clap-4.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #29
This commit is contained in:
@ -5,7 +5,7 @@ edition = "2021"
|
||||
description = "TCP-over-HTTP solution"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.32", features = ["derive", "env"] }
|
||||
clap = { version = "4.1.1", features = ["derive", "env"] }
|
||||
log = "0.4.17"
|
||||
env_logger = "0.10.0"
|
||||
actix = "0.13.0"
|
||||
|
Reference in New Issue
Block a user