Update project dependencies.

This commit is contained in:
parazyd
2023-01-31 12:45:59 +01:00
parent c1bf0bfafd
commit 454eacf616
31 changed files with 221 additions and 147 deletions

View File

@@ -12,9 +12,9 @@ darkfi-sdk = {path = "../../src/sdk"}
# Async
smol = "1.3.0"
futures = "0.3.25"
futures = "0.3.26"
async-std = {version = "1.12.0", features = ["attributes"]}
async-trait = "0.1.60"
async-trait = "0.1.64"
async-channel = "1.8.0"
async-executor = "1.5.0"
easy-parallel = "3.2.0"

View File

@@ -21,9 +21,9 @@ sled = "0.34.7"
# Async
smol = "1.3.0"
futures = "0.3.25"
futures = "0.3.26"
async-std = {version = "1.12.0", features = ["attributes"]}
async-trait = "0.1.60"
async-trait = "0.1.64"
async-channel = "1.8.0"
async-executor = "1.5.0"
easy-parallel = "3.2.0"

View File

@@ -16,7 +16,7 @@ darkfi-serial = {path = "../../src/serial"}
# ANCHOR: dependencies
async-std = "1.12.0"
async-trait = "0.1.60"
async-trait = "0.1.64"
easy-parallel = "3.2.0"
smol = "1.3.0"
num_cpus = "1.15.0"
@@ -27,5 +27,5 @@ url = "2.3.1"
serde_json = "1.0.91"
serde = {version = "1.0.152", features = ["derive"]}
toml = "0.5.10"
toml = "0.7.1"
# ANCHOR_END: dependencies

View File

@@ -13,9 +13,9 @@ edition = "2021"
darkfi = {path = "../../", features = ["net", "rpc"]}
# Async
smol = "1.3.0"
futures = "0.3.25"
futures = "0.3.26"
async-std = "1.12.0"
async-trait = "0.1.60"
async-trait = "0.1.64"
async-channel = "1.8.0"
async-executor = "1.5.0"
easy-parallel = "3.2.0"
@@ -24,7 +24,7 @@ easy-parallel = "3.2.0"
rand = "0.8.5"
# Misc
clap = {version = "4.0.32", features = ["derive"]}
clap = {version = "4.1.4", features = ["derive"]}
log = "0.4.17"
simplelog = "0.12.0"
fxhash = "0.2.1"