summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 10:53:13 +0800
committerGitHub <noreply@github.com>2024-01-01 10:53:13 +0800
commitbe3d5c75d8c1c2e5bcb4b73051506dbd8fe6f09c (patch)
treef07e7a6338421d62750e924c0985b743cf40f829
parent01e336daf59d13257294967a2be757a1d9824cc4 (diff)
chore(deps): bump clap-verbosity-flag from 2.1.0 to 2.1.1 (#350)
Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 2.1.0 to 2.1.1. - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: clap-verbosity-flag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4ae468b..8d8b63f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -320,9 +320,9 @@ dependencies = [
[[package]]
name = "clap-verbosity-flag"
-version = "2.1.0"
+version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e5fdbb015d790cfb378aca82caf9cc52a38be96a7eecdb92f31b4366a8afc019"
+checksum = "3c90e95e5bd4e8ac34fa6f37c774b0c6f8ed06ea90c79931fd448fcf941a9767"
dependencies = [
"clap",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 533673d..1ff6601 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ description = "Display current network utilization by process, connection and re
anyhow = { version = "1.0.75", features = ["backtrace"] }
async-trait = "0.1.76"
chrono = "0.4"
-clap-verbosity-flag = "2.1.0"
+clap-verbosity-flag = "2.1.1"
clap = { version = "4.4.10", features = ["derive"] }
crossterm = "0.27.0"
derivative = "2.2.0"