summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 10:53:59 +0800
committerGitHub <noreply@github.com>2024-01-01 10:53:59 +0800
commit8952441ff00a2d35243093e8b835ea98f9ba122c (patch)
tree27b21a08a77e611dfc4dc40cf053ab6f4ea81531 /Cargo.toml
parent720a836f412b1d6766cae6d0809c151829b860b6 (diff)
chore(deps): bump clap from 4.4.10 to 4.4.12 (#345)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.10 to 4.4.12. - [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.10...v4.4.12) --- updated-dependencies: - dependency-name: clap 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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8114868..74a9e3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ anyhow = { version = "1.0.75", features = ["backtrace"] }
async-trait = "0.1.76"
chrono = "0.4"
clap-verbosity-flag = "2.1.1"
-clap = { version = "4.4.10", features = ["derive"] }
+clap = { version = "4.4.12", features = ["derive"] }
crossterm = "0.27.0"
derivative = "2.2.0"
ipnetwork = "0.20.0"