mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
chore(deps): bump clap_complete from 4.5.47 to 4.5.48 (#747)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.48. - [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_complete-v4.5.47...clap_complete-v4.5.48) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.48 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>
This commit is contained in:
parent
f87ff6740b
commit
177fed3622
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -182,9 +182,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.5.47"
|
||||
version = "4.5.48"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
|
||||
checksum = "be8c97f3a6f02b9e24cadc12aaba75201d18754b53ea0a9d99642f806ccdb4c9"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ beef = "0.5.2"
|
|||
bitflags = "1.3.2"
|
||||
chrono = "0.4.40"
|
||||
clap = "4.5.37"
|
||||
clap_complete = "4.5.47"
|
||||
clap_complete = "4.5.48"
|
||||
clap_complete_fig = "4.5.2"
|
||||
clap_complete_nushell = "4.5.5"
|
||||
clap_mangen = "0.2.26"
|
||||
|
|
|
|||
Loading…
Reference in a new issue