Update dependency versions

This commit is contained in:
parazyd
2022-11-29 21:09:13 +01:00
parent 90eb93a9e5
commit 671967261e
28 changed files with 67 additions and 82 deletions

View File

@@ -13,7 +13,7 @@ darkfi = { path = "../../../", features = ["rpc", "raft", "net", "bs58"]}
darkfi-serial = { path = "../../../src/serial" }
# Async
smol = "1.2.5"
smol = "1.3.0"
async-std = {version = "1.12.0", features = ["attributes"]}
async-trait = "0.1.59"
easy-parallel = "3.2.0"