From 783a651e4f84ef2b55a88fb217c51b2945160160 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 03:35:55 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 3.2.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d797141..320aa06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index e0faa01..d0407f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }