Skip to content

Commit

Permalink
Bump clap_mangen from 0.2.9 to 0.2.11
Browse files Browse the repository at this point in the history
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.9 to 0.2.11.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_mangen-v0.2.9...clap_mangen-v0.2.11)

---
updated-dependencies:
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 22, 2023
1 parent 7e2644a commit 7eb27ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tempfile = "3.4.0"
anda-config = { path = "./anda-config", version = "0.1.2"}
andax = { path = "./andax", version = "0.1"}
flatpak = "0.18.1"
clap_mangen = "0.2.9"
clap_mangen = "0.2.11"
clap-verbosity-flag = "2.0.0"
clap_complete = "4.1.5"
cmd_lib = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap_mangen = "0.2.9"
clap_mangen = "0.2.11"
anda = { path = ".." }
clap = { version = "4.1.8", features = ["derive", "env"] }
anyhow = "1.0.69"
Expand Down

0 comments on commit 7eb27ee

Please sign in to comment.