Update and clean up dependencies.

This commit is contained in:
parazyd
2022-12-13 15:18:53 +01:00
parent c600b447f1
commit 88caee7f42
78 changed files with 360 additions and 1572 deletions

View File

@@ -11,10 +11,10 @@ edition = "2021"
[dependencies]
bs58 = "0.4.0"
clap = {version = "4.0.29", features = ["derive"]}
ctrlc = "3.2.3"
darkfi = {path = "../../", features = ["crypto"]}
ctrlc = "3.2.4"
darkfi = {path = "../../"}
darkfi-sdk = {path = "../../src/sdk"}
indicatif = "0.17.2"
num_cpus = "1.14.0"
rand = "0.8.5"
rayon = "1.6.0"
rayon = "1.6.1"