Update Rust crate clap to 4.4.12
This commit is contained in:
@ -5,7 +5,7 @@ edition = "2021"
|
||||
description = "TCP-over-HTTP solution"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.11", features = ["derive", "env"] }
|
||||
clap = { version = "4.4.12", features = ["derive", "env"] }
|
||||
log = "0.4.20"
|
||||
env_logger = "0.10.1"
|
||||
actix = "0.13.1"
|
||||
|
Reference in New Issue
Block a user