Update project dependencies.

This commit is contained in:
Luther Blissett
2022-08-29 23:53:47 +02:00
parent 0fa8b27d99
commit e5f212a4ad
28 changed files with 287 additions and 329 deletions

View File

@@ -12,10 +12,10 @@ edition = "2021"
darkfi = {path = "../../", features = ["net", "rpc"]}
# Async
smol = "1.2.5"
futures = "0.3.21"
futures = "0.3.24"
async-std = "1.12.0"
async-trait = "0.1.57"
async-channel = "1.6.1"
async-channel = "1.7.1"
async-executor = "1.4.1"
easy-parallel = "3.2.0"
@@ -23,11 +23,11 @@ easy-parallel = "3.2.0"
rand = "0.8.5"
# Misc
clap = {version = "3.2.16", features = ["derive"]}
clap = {version = "3.2.18", features = ["derive"]}
log = "0.4.17"
simplelog = "0.12.0"
fxhash = "0.2.1"
url = "2.2.2"
# Encoding and parsing
serde_json = "1.0.83"
serde_json = "1.0.85"