fix(deps): update rust crate clap to 3.2.13

This commit is contained in:
renovate[bot] 2022-07-19 20:59:35 +00:00
parent e303383607
commit 6257dcfcfd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -123,9 +123,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.2.11" version = "3.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d646c7ade5eb07c4aa20e907a922750df0c448892513714fd3e4acbc7130829f" checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",

View File

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