mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
Update and clean up dependencies.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user