1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

Merge pull request #918 from JakeStanger/dependabot/cargo/clap-4.5.34

build(deps): bump clap from 4.5.32 to 4.5.34
This commit is contained in:
Jake Stanger 2025-04-01 08:28:17 +01:00 committed by GitHub
commit f204b24ba0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -372,9 +372,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.32" version = "4.5.34"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83" checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -382,9 +382,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.32" version = "4.5.34"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8" checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View file

@ -134,7 +134,7 @@ ctrlc = "3.4.5"
cfg-if = "1.0.0" cfg-if = "1.0.0"
# cli # cli
clap = { version = "4.5.32", optional = true, features = ["derive"] } clap = { version = "4.5.34", optional = true, features = ["derive"] }
# ipc # ipc
serde_json = { version = "1.0.140", optional = true } serde_json = { version = "1.0.140", optional = true }
@ -185,7 +185,7 @@ hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true }
schemars = { version = "0.8.22", optional = true } schemars = { version = "0.8.22", optional = true }
[build-dependencies] [build-dependencies]
clap = { version = "4.5.32", features = ["derive"] } clap = { version = "4.5.34", features = ["derive"] }
clap_complete = "4.5.47" clap_complete = "4.5.47"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140" serde_json = "1.0.140"