mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
cargo: bump clap_mangen from 0.2.2 to 0.2.3
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.2 to 0.2.3. - [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.2...clap_mangen-v0.2.3) --- 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
dc2237b592
commit
2e0fa3a4c9
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -273,9 +273,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_mangen"
|
name = "clap_mangen"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d5d5cd261a1d5601621a7ee4870f6e7f3f1ba3fc901d867f5201b36691e7efbe"
|
checksum = "6cb68fb090907789b55ddfcf42f03490cd9b94a6da519b75d871cf3a0963735c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.0.17",
|
"clap 4.0.17",
|
||||||
"roff",
|
"roff",
|
||||||
|
|
|
@ -38,7 +38,7 @@ atty = "0.2.14"
|
||||||
chrono = { version = "0.4.22", default-features = false, features = ["std", "clock"] }
|
chrono = { version = "0.4.22", default-features = false, features = ["std", "clock"] }
|
||||||
clap = { version = "4.0.17", features = ["derive", "deprecated"] }
|
clap = { version = "4.0.17", features = ["derive", "deprecated"] }
|
||||||
clap_complete = "4.0.2"
|
clap_complete = "4.0.2"
|
||||||
clap_mangen = "0.2.2"
|
clap_mangen = "0.2.3"
|
||||||
config = { version = "0.13.2", default-features = false, features = ["toml"] }
|
config = { version = "0.13.2", default-features = false, features = ["toml"] }
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
git2 = "0.15.0"
|
git2 = "0.15.0"
|
||||||
|
|
Loading…
Reference in a new issue