mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
Merge pull request #841 from JakeStanger/dependabot/cargo/clap_complete-4.5.42
build(deps): bump clap_complete from 4.5.40 to 4.5.42
This commit is contained in:
commit
a9004382b5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -478,9 +478,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.5.40"
|
||||
version = "4.5.42"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ac2e663e3e3bed2d32d065a8404024dad306e699a04263ec59919529f803aee9"
|
||||
checksum = "33a7e468e750fa4b6be660e8b5651ad47372e8fb114030b594c2d75d48c5ffd0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
|
|
@ -178,6 +178,6 @@ schemars = { version = "0.8.21", optional = true }
|
|||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.5.9", features = ["derive"] }
|
||||
clap_complete = "4.5.40"
|
||||
clap_complete = "4.5.42"
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.135"
|
Loading…
Add table
Add a link
Reference in a new issue