Skip to content

Commit 39153e0

Browse files
authored
Merge pull request #867 from JakeStanger/dependabot/cargo/clap-4.5.28
build(deps): bump clap from 4.5.27 to 4.5.28
2 parents 75375aa + b5b1f3c commit 39153e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ ctrlc = "3.4.5"
124124
cfg-if = "1.0.0"
125125

126126
# cli
127-
clap = { version = "4.5.27", optional = true, features = ["derive"] }
127+
clap = { version = "4.5.28", optional = true, features = ["derive"] }
128128

129129
# ipc
130130
serde_json = { version = "1.0.138", optional = true }
@@ -178,7 +178,7 @@ hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true }
178178
schemars = { version = "0.8.21", optional = true }
179179

180180
[build-dependencies]
181-
clap = { version = "4.5.27", features = ["derive"] }
181+
clap = { version = "4.5.28", features = ["derive"] }
182182
clap_complete = "4.5.44"
183183
serde = { version = "1.0.204", features = ["derive"] }
184184
serde_json = "1.0.138"

0 commit comments

Comments
 (0)