Update project dependencies.

This commit is contained in:
parazyd
2022-07-03 15:26:35 +02:00
parent b436d659ba
commit 0063271679
20 changed files with 420 additions and 342 deletions

View File

@@ -10,10 +10,10 @@ edition = "2021"
[dependencies]
bs58 = "0.4.0"
clap = {version = "3.1.18", features = ["derive"]}
clap = {version = "3.2.8", features = ["derive"]}
ctrlc = "3.2.2"
darkfi = {path = "../../", features = ["crypto"]}
indicatif = "0.17.0-rc.10"
indicatif = "0.17.0-rc.11"
num_cpus = "1.13.1"
rand = "0.8.5"
rayon = "1.5.3"