1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 14:21:03 +02:00

Merge pull request #937 from JakeStanger/dependabot/cargo/clap-4.5.36

build(deps): bump clap from 4.5.35 to 4.5.36
This commit is contained in:
Jake Stanger 2025-04-14 16:04:36 +01:00 committed by GitHub
commit 0a88b8e3d2
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

@ -394,9 +394,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.35"
version = "4.5.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04"
dependencies = [
"clap_builder",
"clap_derive",
@ -404,9 +404,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.35"
version = "4.5.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5"
dependencies = [
"anstream",
"anstyle",

View file

@ -134,7 +134,7 @@ ctrlc = "3.4.6"
cfg-if = "1.0.0"
# cli
clap = { version = "4.5.34", optional = true, features = ["derive"] }
clap = { version = "4.5.36", optional = true, features = ["derive"] }
# ipc
serde_json = { version = "1.0.140", optional = true }
@ -184,7 +184,7 @@ rustix = { version = "1.0.5", default-features = false, features = ["std", "fs",
schemars = { version = "0.8.22", optional = true }
[build-dependencies]
clap = { version = "4.5.34", features = ["derive"] }
clap = { version = "4.5.36", features = ["derive"] }
clap_complete = "4.5.47"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"