mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
chore: Update dependencies
This commit is contained in:
@@ -10,16 +10,16 @@ path = "../../../"
|
||||
features = ["dht"]
|
||||
|
||||
[dependencies]
|
||||
async-channel = "2.3.1"
|
||||
async-channel = "2.5.0"
|
||||
async-executor = "1.13.2"
|
||||
async-std = "1.13.1"
|
||||
async-trait = "0.1.88"
|
||||
blake3 = "1.8.2"
|
||||
ctrlc = { version = "3.4.7", features = ["termination"] }
|
||||
easy-parallel = "3.3.1"
|
||||
futures-lite = "2.6.0"
|
||||
futures-lite = "2.6.1"
|
||||
log = "0.4.27"
|
||||
serde_json = "1.0.140"
|
||||
serde_json = "1.0.142"
|
||||
simplelog = "0.12.2"
|
||||
url = "2.5.4"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
darkfi = {path = "../../../../", features = ["zk"]}
|
||||
darkfi-sdk = {path = "../../../../src/sdk"}
|
||||
halo2_proofs = "0.3.0"
|
||||
halo2_proofs = "0.3.1"
|
||||
halo2_gadgets = "0.3.1"
|
||||
rand = "0.8.5"
|
||||
hex = "0.4.3"
|
||||
|
||||
Reference in New Issue
Block a user