mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
cargo: bump clap from 3.2.18 to 3.2.19
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.18 to 3.2.19. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.19/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.19) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
471a5c81d7
commit
cdbb24fdd4
2 changed files with 6 additions and 6 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -211,9 +211,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "3.2.18"
|
||||
version = "3.2.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b15f2ea93df33549dbe2e8eecd1ca55269d63ae0b3ba1f55db030817d1c2867f"
|
||||
checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
|
@ -232,7 +232,7 @@ version = "3.2.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e4179da71abd56c26b54dd0c248cc081c1f43b0a1a7e8448e28e57a29baa993d"
|
||||
dependencies = [
|
||||
"clap 3.2.18",
|
||||
"clap 3.2.19",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -263,7 +263,7 @@ version = "0.1.11"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "105180c05a72388d5f5e4e4f6c79eecb92497bda749fa8f963a16647c5d5377f"
|
||||
dependencies = [
|
||||
"clap 3.2.18",
|
||||
"clap 3.2.19",
|
||||
"roff",
|
||||
]
|
||||
|
||||
|
@ -716,7 +716,7 @@ dependencies = [
|
|||
"assert_cmd",
|
||||
"atty",
|
||||
"chrono",
|
||||
"clap 3.2.18",
|
||||
"clap 3.2.19",
|
||||
"clap_complete",
|
||||
"clap_mangen",
|
||||
"config",
|
||||
|
|
|
@ -36,7 +36,7 @@ members = ["lib"]
|
|||
[dependencies]
|
||||
atty = "0.2.14"
|
||||
chrono = { version = "0.4.20", default-features = false, features = ["std", "clock"] }
|
||||
clap = { version = "3.2.18", features = ["derive"] }
|
||||
clap = { version = "3.2.19", features = ["derive"] }
|
||||
clap_complete = "3.2.4"
|
||||
clap_mangen = "0.1"
|
||||
config = { version = "0.13.2", features = ["toml"] }
|
||||
|
|
Loading…
Reference in a new issue