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

Merge pull request #945 from JakeStanger/dependabot/cargo/clap-4.5.37

build(deps): bump clap from 4.5.36 to 4.5.37
This commit is contained in:
Jake Stanger 2025-04-21 20:50:28 +01:00 committed by GitHub
commit e1e8af8cf2
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

@ -388,9 +388,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.36"
version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04"
checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
dependencies = [
"clap_builder",
"clap_derive",
@ -398,9 +398,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.36"
version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5"
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
dependencies = [
"anstream",
"anstyle",

View file

@ -136,7 +136,7 @@ ctrlc = "3.4.6"
cfg-if = "1.0.0"
# cli
clap = { version = "4.5.36", optional = true, features = ["derive"] }
clap = { version = "4.5.37", optional = true, features = ["derive"] }
# http
reqwest = { version = "0.12.15", default-features = false, features = ["default-tls", "http2"], optional = true }
@ -184,7 +184,7 @@ serde_json = { version = "1.0.140", optional = true } # ipc, niri
schemars = { version = "0.8.22", optional = true }
[build-dependencies]
clap = { version = "4.5.36", features = ["derive"] }
clap = { version = "4.5.37", features = ["derive"] }
clap_complete = "4.5.47"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"