Skip to content

Commit 119e249

Browse files
build(deps): bump clap from 4.5.17 to 4.5.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.18. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.17...clap_complete-v4.5.18) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32e6fc5 commit 119e249

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ctrlc = "3.4.5"
118118
cfg-if = "1.0.0"
119119

120120
# cli
121-
clap = { version = "4.5.17", optional = true, features = ["derive"] }
121+
clap = { version = "4.5.18", optional = true, features = ["derive"] }
122122

123123
# ipc
124124
serde_json = { version = "1.0.128", optional = true }

0 commit comments

Comments
 (0)