Skip to content

Commit

Permalink
Merge pull request #163 from ngutech21/dependabot/cargo/clap-4.4.7
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.4.6 to 4.4.7
  • Loading branch information
ngutech21 authored Oct 25, 2023
2 parents fd63832 + f5c9882 commit 4a11113
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 moksha-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "moksha-cli"

[dependencies]
moksha-wallet = { version = "0.1.2", path = "../moksha-wallet" }
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
tokio = { version = "1.32.0", features = ["rt", "rt-multi-thread", "macros"] }
url = "2.4.1"
anyhow = { version = "1.0.75", features = ["backtrace"] }

0 comments on commit 4a11113

Please sign in to comment.