summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 10:24:17 +0800
committerGitHub <noreply@github.com>2023-11-01 10:24:17 +0800
commitc15d6c3eab75481afa2442d398f18462efc567e2 (patch)
treeb5a284447a0bdd33e68f8a6c1b181ab27494240b
parentaef30c9beecad10eff315ee97bfc69e1c4a4f88d (diff)
chore(deps): bump clap-verbosity-flag from 2.0.1 to 2.1.0 (#326)
Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 2.0.1 to 2.1.0. - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: clap-verbosity-flag dependency-type: direct:production update-type: version-update:semver-minor ... 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 c31eb2e..72a3605 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -301,9 +301,9 @@ dependencies = [
[[package]]
name = "clap-verbosity-flag"
-version = "2.0.1"
+version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1eef05769009513df2eb1c3b4613e7fad873a14c600ff025b08f250f59fee7de"
+checksum = "e5fdbb015d790cfb378aca82caf9cc52a38be96a7eecdb92f31b4366a8afc019"
dependencies = [
"clap",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index c684eec..dd9afed 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.74"
chrono = "0.4"
-clap-verbosity-flag = "2.0.1"
+clap-verbosity-flag = "2.1.0"
clap = { version = "4.4.6", features = ["derive"] }
crossterm = "0.27.0"
derivative = "2.2.0"