Skip to content

Commit b0f9760

Browse files
Bump clap from 4.5.21 to 4.5.24
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.21 to 4.5.24. - [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.24) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c29bd7b commit b0f9760

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

full-node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "bin/main.rs"
1616
[dependencies]
1717
async-channel = { version = "2.3.0", default-features = false }
1818
blake2-rfc = { version = "0.2.18", default-features = false }
19-
clap = { version = "4.5.20", default-features = false, features = ["color", "derive", "help", "std", "suggestions", "usage"] } # Note: enabling/disabling some features modifies the internal behavior of clap, be careful
19+
clap = { version = "4.5.24", default-features = false, features = ["color", "derive", "help", "std", "suggestions", "usage"] } # Note: enabling/disabling some features modifies the internal behavior of clap, be careful
2020
ctrlc = "3.4.0"
2121
derive_more = { version = "1.0", default-features = false, features = ["full"] }
2222
directories = "5.0.1"

0 commit comments

Comments
 (0)