Skip to content

Commit

Permalink
Update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pashinov committed Sep 12, 2023
1 parent 212bba5 commit 95d03af
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 76 deletions.
178 changes: 141 additions & 37 deletions client/Cargo.lock

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

4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Broxus team"]

[dependencies]
anyhow = "1.0"
bigdecimal = "0.3.0"
bigdecimal = "0.4.1"
clap = { version = "4.0.18", features = ["derive"] }
hex = "0.4.3"
rust_decimal = "1"
Expand All @@ -19,7 +19,7 @@ ton_block = { git = "https://github.com/broxus/ton-labs-block" }
ton_types = { git = "https://github.com/broxus/ton-labs-types" }

# JRPC client
everscale-jrpc-client = { git = "https://github.com/broxus/everscale-jrpc.git" }
everscale-rpc-client = { git = "https://github.com/broxus/everscale-jrpc.git" }

# Ledger wallet
everscale-ledger-wallet = { git = "https://github.com/broxus/everscale-ledger-wallet.git" }
Expand Down
Loading

0 comments on commit 95d03af

Please sign in to comment.