mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 06:38:12 -05:00
Update crate dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user