mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
cargo: bump clap_mangen from 0.2.4 to 0.2.5
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.4 to 0.2.5. - [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.4...clap_mangen-v0.2.5) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
092aca46c0
commit
d3f8951da0
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -285,9 +285,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_mangen"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aa149477df7854a1497db0def32b8a65bf98f72a14d04ac75b01938285d83420"
|
||||
checksum = "e503c3058af0a0854668ea01db55c622482a080092fede9dd2e00a00a9436504"
|
||||
dependencies = [
|
||||
"clap 4.0.26",
|
||||
"roff",
|
||||
|
|
|
@ -37,7 +37,7 @@ members = ["lib"]
|
|||
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
|
||||
clap = { version = "4.0.26", features = ["derive", "deprecated"] }
|
||||
clap_complete = "4.0.5"
|
||||
clap_mangen = "0.2.4"
|
||||
clap_mangen = "0.2.5"
|
||||
config = { version = "0.13.2", default-features = false, features = ["toml"] }
|
||||
crossterm = { version = "0.25", default-features = false }
|
||||
dirs = "4.0.0"
|
||||
|
|
Loading…
Reference in a new issue