From 84b182185880dc8620fe60ed40bc6fe75c2fe3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:24:31 +0800 Subject: chore(deps): bump clap from 4.4.18 to 4.5.1 (#373) * chore(deps): bump clap from 4.4.18 to 4.5.1 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.1. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.18...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] # Last 10 commits: * Bump MSRV to 1.74 --------- Signed-off-by: dependabot[bot] # Last 10 commits: Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e84334d..8ac0959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = ["networking", "utilization", "cli"] license = "MIT" readme = "README.md" repository = "https://github.com/imsnif/bandwhich" -rust-version = "1.70.0" +rust-version = "1.74.0" description = "Display current network utilization by process, connection and remote IP/hostname" [dependencies] @@ -25,7 +25,7 @@ anyhow = { version = "1.0.79", features = ["backtrace"] } async-trait = "0.1.77" chrono = "0.4" clap-verbosity-flag = "2.1.2" -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "4.5.1", features = ["derive"] } crossterm = "0.27.0" derivative = "2.2.0" ipnetwork = "0.20.0" @@ -62,7 +62,7 @@ rstest = "0.18.2" [build-dependencies] anyhow = "1.0.79" -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "4.5.1", features = ["derive"] } clap-verbosity-flag = "2.1.2" clap_complete = "4.4.9" clap_mangen = "0.2.18" -- cgit v1.2.3