Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 19, 2024
2 parents 4375d5b + 3fcf190 commit c47eb9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -15,7 +15,7 @@ name = "moksha-cli"
[dependencies]
moksha-wallet = { version = "0.2.0-beta", path = "../moksha-wallet" }
moksha-core = { version = "0.2.0-beta", path = "../moksha-core" }
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "macros"] }
url = "2.4.1"
anyhow = { version = "1.0.75", features = ["backtrace"] }
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "mokshamint"
path = "src/lib.rs"

[dependencies]
clap = { version = "4.5.0", features = ["env", "derive"] }
clap = { version = "4.5.1", features = ["env", "derive"] }
hex = "0.4.3"
async-trait = "0.1.74"
anyhow = { version = "1.0.75", features = ["backtrace"] }
Expand Down

0 comments on commit c47eb9c

Please sign in to comment.