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