Skip to content

Commit

Permalink
Bump clap from 4.5.20 to 4.5.23 (#184)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 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.20...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weikeng Chen <[email protected]>
  • Loading branch information
dependabot[bot] and weikengchen authored Dec 14, 2024
1 parent a326e4b commit 499149a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hex = "0.4.3"
anyhow = "1.0.86"
bitcoin-script-dsl = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/dsl" }
covenants-gadgets = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/covenants-gadgets", tag = "1.0.0" }
clap = { version = "4.5.0", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
colored = "2.1.0"

# Add cargo-husky to run pre-commit hooks
Expand Down

0 comments on commit 499149a

Please sign in to comment.