chore: Update dependencies

This commit is contained in:
parazyd
2025-08-05 09:40:58 +02:00
parent 14a433cbe3
commit fda2a84034
21 changed files with 890 additions and 994 deletions

View File

@@ -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"

View File

@@ -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"