Skip to content

Commit

Permalink
Merge pull request #176 from ngutech21/dependabot/cargo/clap-4.4.8
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.4.7 to 4.4.8
  • Loading branch information
ngutech21 authored Nov 14, 2023
2 parents 32b03f8 + 70c12b0 commit b94b8e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.7", features = ["derive"] }
clap = { version = "4.4.8", features = ["derive"] }
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "macros"] }
url = "2.4.1"
anyhow = { version = "1.0.75", features = ["backtrace"] }

0 comments on commit b94b8e9

Please sign in to comment.