fix(deps): update rust crate clap to 3.2.15

This commit is contained in:
renovate[bot] 2022-07-25 20:23:07 +00:00
parent c48d61f22b
commit 2e3bb0cb43
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -123,9 +123,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.2.14" version = "3.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b" checksum = "44bbe24bbd31a185bc2c4f7c2abe80bea13a20d57ee4e55be70ac512bdc76417"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -140,9 +140,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "3.2.7" version = "3.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902" checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-error", "proc-macro-error",

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.14", features = ["derive"] } clap = { version = "3.2.15", 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.20.1", features = ["rt-multi-thread", "macros", "net"] } tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros", "net"] }