Skip to content

Commit 73515bb

Browse files
dependabot[bot]zxillybot[bot]
authored andcommitted
build(deps): bump clap from 4.5.21 to 4.5.23
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.23. - [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.21...clap_complete-v4.5.23) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4fa833 commit 73515bb

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
@@ -12,7 +12,7 @@ categories = ["command-line-interface"]
1212
build = "build.rs"
1313

1414
[dependencies]
15-
clap = { version = "4.5.21", features = ["derive", "cargo", "std"] }
15+
clap = { version = "4.5.23", features = ["derive", "cargo", "std"] }
1616
tokio = { version = "1.41.1", features = ["rt-multi-thread"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
znotify = "0.2.0"

0 commit comments

Comments
 (0)