From cba8437e31f9e242b2836224a339ad06d84635a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 15:58:09 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 3.2.8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68a4f15..d797141 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "3.2.7" +version = "3.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14" +checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 0b8b4c4..e0faa01 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.7", features = ["derive"] } +clap = { version = "3.2.8", 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"] }