Update crate dependencies

This commit is contained in:
parazyd
2022-11-08 12:16:52 +01:00
parent 745389c400
commit c1b2c2af5a
42 changed files with 244 additions and 226 deletions

View File

@@ -13,9 +13,9 @@ edition = "2021"
darkfi = {path = "../../", features = ["net", "rpc"]}
# Async
smol = "1.2.5"
futures = "0.3.24"
futures = "0.3.25"
async-std = "1.12.0"
async-trait = "0.1.57"
async-trait = "0.1.58"
async-channel = "1.7.1"
async-executor = "1.4.1"
easy-parallel = "3.2.0"
@@ -31,4 +31,4 @@ fxhash = "0.2.1"
url = "2.3.1"
# Encoding and parsing
serde_json = "1.0.85"
serde_json = "1.0.87"