fix(deps): update rust crate clap to 3.2.10

This commit is contained in:
renovate[bot] 2022-07-12 03:35:55 +00:00
parent f08093ecc7
commit 783a651e4f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -123,9 +123,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "3.2.8"
version = "3.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83"
checksum = "69c5a7f9997be616e47f0577ee38c91decb33392c5be4866494f34cdf329a9aa"
dependencies = [
"atty",
"bitflags",

View File

@ -24,7 +24,7 @@ libloading = "0.7.3"
simplelog = "0.12.0"
tokio-tungstenite = "0.17.1"
tungstenite = "0.17.2"
clap = { version = "3.2.8", features = ["derive"] }
clap = { version = "3.2.10", features = ["derive"] }
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
log = { version = "0.4.17", features = ["release_max_level_info", "max_level_debug"] }
tokio = { version = "1.19.2", features = ["rt-multi-thread", "macros", "net"] }