mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
Update dependency versions
This commit is contained in:
@@ -11,11 +11,11 @@ darkfi-serial = {path = "../../src/serial"}
|
||||
darkfi-sdk = {path = "../../src/sdk"}
|
||||
|
||||
# Async
|
||||
smol = "1.2.5"
|
||||
smol = "1.3.0"
|
||||
futures = "0.3.25"
|
||||
async-std = {version = "1.12.0", features = ["attributes"]}
|
||||
async-trait = "0.1.59"
|
||||
async-channel = "1.7.1"
|
||||
async-channel = "1.8.0"
|
||||
async-executor = "1.5.0"
|
||||
easy-parallel = "3.2.0"
|
||||
|
||||
|
||||
@@ -20,11 +20,11 @@ darkfi = { path = "../../", features = ["wasm-runtime"] }
|
||||
sled = "0.34.7"
|
||||
|
||||
# Async
|
||||
smol = "1.2.5"
|
||||
smol = "1.3.0"
|
||||
futures = "0.3.25"
|
||||
async-std = {version = "1.12.0", features = ["attributes"]}
|
||||
async-trait = "0.1.59"
|
||||
async-channel = "1.7.1"
|
||||
async-channel = "1.8.0"
|
||||
async-executor = "1.5.0"
|
||||
easy-parallel = "3.2.0"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ darkfi-serial = {path = "../../src/serial"}
|
||||
async-std = "1.12.0"
|
||||
async-trait = "0.1.59"
|
||||
easy-parallel = "3.2.0"
|
||||
smol = "1.2.5"
|
||||
smol = "1.3.0"
|
||||
num_cpus = "1.14.0"
|
||||
|
||||
log = "0.4.17"
|
||||
|
||||
@@ -12,11 +12,11 @@ edition = "2021"
|
||||
[dependencies]
|
||||
darkfi = {path = "../../", features = ["net", "rpc"]}
|
||||
# Async
|
||||
smol = "1.2.5"
|
||||
smol = "1.3.0"
|
||||
futures = "0.3.25"
|
||||
async-std = "1.12.0"
|
||||
async-trait = "0.1.59"
|
||||
async-channel = "1.7.1"
|
||||
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.28", features = ["derive"]}
|
||||
clap = {version = "4.0.29", features = ["derive"]}
|
||||
log = "0.4.17"
|
||||
simplelog = "0.12.0"
|
||||
fxhash = "0.2.1"
|
||||
|
||||
Reference in New Issue
Block a user