EOY housekeeping

Missing features added, dependencies updated and a fix in dao/entrypoint
This commit is contained in:
aggstam
2022-12-31 21:14:02 +02:00
parent e0f106ce8e
commit da40746ca5
33 changed files with 202 additions and 209 deletions

View File

@@ -15,7 +15,7 @@ darkfi = {path = "../../", features = ["net", "rpc"]}
smol = "1.3.0"
futures = "0.3.25"
async-std = "1.12.0"
async-trait = "0.1.59"
async-trait = "0.1.60"
async-channel = "1.8.0"
async-executor = "1.5.0"
easy-parallel = "3.2.0"
@@ -24,11 +24,11 @@ easy-parallel = "3.2.0"
rand = "0.8.5"
# Misc
clap = {version = "4.0.29", features = ["derive"]}
clap = {version = "4.0.32", features = ["derive"]}
log = "0.4.17"
simplelog = "0.12.0"
fxhash = "0.2.1"
url = "2.3.1"
# Encoding and parsing
serde_json = "1.0.89"
serde_json = "1.0.91"