mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
build(deps): bump clap from 4.5.23 to 4.5.26
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 to 4.5.26. - [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.23...clap_complete-v4.5.26) --- 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
11581380ad
commit
3c44ada6c6
2 changed files with 8 additions and 8 deletions
|
@ -121,7 +121,7 @@ ctrlc = "3.4.5"
|
|||
cfg-if = "1.0.0"
|
||||
|
||||
# cli
|
||||
clap = { version = "4.5.23", optional = true, features = ["derive"] }
|
||||
clap = { version = "4.5.26", optional = true, features = ["derive"] }
|
||||
|
||||
# ipc
|
||||
serde_json = { version = "1.0.135", optional = true }
|
||||
|
@ -177,7 +177,7 @@ zbus = { version = "3.15.2", default-features = false, features = ["tokio"], opt
|
|||
schemars = { version = "0.8.21", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.5.9", features = ["derive"] }
|
||||
clap = { version = "4.5.26", features = ["derive"] }
|
||||
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