Skip to content

Commit eb5439e

Browse files
authored
Merge pull request #847 from JakeStanger/dependabot/cargo/clap-4.5.26
build(deps): bump clap from 4.5.23 to 4.5.26
2 parents 1158138 + 3c44ada commit eb5439e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ctrlc = "3.4.5"
121121
cfg-if = "1.0.0"
122122

123123
# cli
124-
clap = { version = "4.5.23", optional = true, features = ["derive"] }
124+
clap = { version = "4.5.26", optional = true, features = ["derive"] }
125125

126126
# ipc
127127
serde_json = { version = "1.0.135", optional = true }
@@ -177,7 +177,7 @@ zbus = { version = "3.15.2", default-features = false, features = ["tokio"], opt
177177
schemars = { version = "0.8.21", optional = true }
178178

179179
[build-dependencies]
180-
clap = { version = "4.5.9", features = ["derive"] }
180+
clap = { version = "4.5.26", features = ["derive"] }
181181
clap_complete = "4.5.42"
182182
serde = { version = "1.0.204", features = ["derive"] }
183183
serde_json = "1.0.135"

0 commit comments

Comments
 (0)