Merge pull request 'Update Rust crate clap to 4.0.11' (#10) 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: #10
This commit is contained in:
commit
aa7bea05f5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -436,9 +436,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.0.10"
|
||||
version = "4.0.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3b1a0a4208c6c483b952ad35c6eed505fc13b46f08f631b81e828084a9318d74"
|
||||
checksum = "4ed45cc2c62a3eff523e718d8576ba762c83a3146151093283ac62ae11933a73"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||
description = "TCP-over-HTTP solution"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.10", features = ["derive", "env"] }
|
||||
clap = { version = "4.0.11", features = ["derive", "env"] }
|
||||
log = "0.4.17"
|
||||
env_logger = "0.9.1"
|
||||
actix = "0.13.0"
|
||||
|
Loading…
Reference in New Issue
Block a user