Skip to content

Commit 6cf6483

Browse files
Bump clap from 4.5.30 to 4.5.31 (#23)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.30 to 4.5.31. - [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.30...v4.5.31) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34192c6 commit 6cf6483

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -21,7 +21,7 @@ bitcoin = { workspace = true, features = ["rand", "rand-std"] }
2121
bitcoincore-rpc = { version = "0.19.0" }
2222
charms-client = { path = "./charms-client", version = "0.5.0" }
2323
charms-data = { path = "./charms-data", version = "0.5.0" }
24-
clap = { version = "4.5.30", features = ["derive"] }
24+
clap = { version = "4.5.31", features = ["derive"] }
2525
clap_complete = { version = "4.5.45" }
2626
hex = { workspace = true }
2727
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)