Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.20 to 4.5.27
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.27.
- [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.27)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent f481692 commit 7c0cfa0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gasket = { version = "^0.9", features = ["derive"] }
redb = { version = "^2" }
hex = "0.4.3"
bech32 = "0.11.0"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
log = "0.4.18"
config = { version = "0.14.1", default-features = false, features = ["toml", "json"] }
serde = { version = "1.0.136", features = ["derive"] }
Expand Down

0 comments on commit 7c0cfa0

Please sign in to comment.