summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-01 10:21:05 +0800
committerGitHub <noreply@github.com>2024-02-01 10:21:05 +0800
commit4fff2a2dd3516680595d758799d464dff47cf549 (patch)
tree848e4676dec6fc1ca0bbce2789a735e84302bd57 /Cargo.toml
parentb5e48ba9bb466c5e1192755b0235b6b43d1d4966 (diff)
chore(deps): bump clap_mangen from 0.2.17 to 0.2.18 (#361)
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.17 to 0.2.18. - [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/clap_mangen-v0.2.17...clap_mangen-v0.2.18) --- updated-dependencies: - dependency-name: clap_mangen 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 0cc4d48..3550c2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,7 +65,7 @@ anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive"] }
clap-verbosity-flag = "2.1.2"
clap_complete = "4.4.9"
-clap_mangen = "0.2.17"
+clap_mangen = "0.2.18"
derivative = "2.2.0"
strum = { version = "0.25.0", features = ["derive"] }