Update project dependencies.

This commit is contained in:
parazyd
2023-04-16 17:36:59 +02:00
parent 994b0a21cc
commit b4cdbea08c
61 changed files with 846 additions and 4236 deletions

View File

@@ -10,11 +10,11 @@ edition = "2021"
[dependencies]
bs58 = "0.4.0"
clap = {version = "4.1.4", features = ["derive"]}
ctrlc = "3.2.4"
clap = {version = "4.2.2", features = ["derive"]}
ctrlc = "3.2.5"
darkfi = {path = "../../"}
darkfi-sdk = {path = "../../src/sdk"}
indicatif = "0.17.3"
num_cpus = "1.15.0"
rand = "0.8.5"
rayon = "1.6.1"
rayon = "1.7.0"