Update project dependencies.

This commit is contained in:
parazyd
2022-08-04 16:43:16 +02:00
parent 9cb3176639
commit c0acef85bd
27 changed files with 447 additions and 419 deletions

View File

@@ -9,8 +9,8 @@ description = "Seed node for dchat"
darkfi = {path = "../../", features = ["net", "rpc"]}
# Async
futures = "0.3.0"
async-std = "1"
futures = "0.3.21"
async-std = "1.12.0"
async-executor = "1.4.1"
async-channel = "1.6.1"
easy-parallel = "3.2.0"

View File

@@ -8,8 +8,8 @@ description = "Demo chat to document darkfi net code"
darkfi = {path = "../../", features = ["net", "rpc"]}
# Async
async-std = "1"
async-trait = "0.1.56"
async-std = "1.12.0"
async-trait = "0.1.57"
async-executor = "1.4.1"
async-channel = "1.6.1"
easy-parallel = "3.2.0"
@@ -22,7 +22,7 @@ simplelog = "0.12.0"
url = "2.2.2"
# Encoding and parsing
serde = {version = "1.0.138", features = ["derive"]}
toml = "0.4.2"
serde = {version = "1.0.142", features = ["derive"]}
toml = "0.5.9"

View File

@@ -14,7 +14,7 @@ darkfi = {path = "../../", features = ["net", "rpc"]}
smol = "1.2.5"
futures = "0.3.21"
async-std = "1.12.0"
async-trait = "0.1.56"
async-trait = "0.1.57"
async-channel = "1.6.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.8", features = ["derive"]}
clap = {version = "3.2.16", 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.82"
serde_json = "1.0.83"