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

Merge pull request #729 from JakeStanger/dependabot/cargo/clap-4.5.17

build(deps): bump clap from 4.5.16 to 4.5.17
This commit is contained in:
Jake Stanger 2024-09-17 17:15:17 +01:00 committed by GitHub
commit 22a3235100
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -456,9 +456,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.16"
version = "4.5.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
dependencies = [
"clap_builder",
"clap_derive",
@ -466,9 +466,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.15"
version = "4.5.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
dependencies = [
"anstream",
"anstyle",

View file

@ -118,7 +118,7 @@ ctrlc = "3.4.5"
cfg-if = "1.0.0"
# cli
clap = { version = "4.5.16", optional = true, features = ["derive"] }
clap = { version = "4.5.17", optional = true, features = ["derive"] }
# ipc
serde_json = { version = "1.0.127", optional = true }