chore: Update crate dependencies

This commit is contained in:
parazyd
2023-08-12 13:01:32 +02:00
parent 9e789c24b5
commit 1eb00ef9c2
25 changed files with 321 additions and 288 deletions

View File

@@ -16,7 +16,7 @@ darkfi-serial = {path = "../../src/serial"}
# ANCHOR: dependencies
async-std = "1.12.0"
async-trait = "0.1.72"
async-trait = "0.1.73"
easy-parallel = "3.3.0"
smol = "1.3.0"
@@ -25,7 +25,7 @@ simplelog = "0.12.1"
url = "2.4.0"
serde_json = "1.0.104"
serde = {version = "1.0.179", features = ["derive"]}
serde = {version = "1.0.183", features = ["derive"]}
toml = "0.7.6"
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"]}
# ANCHOR_END: dependencies

View File

@@ -15,7 +15,7 @@ darkfi = {path = "../../", features = ["net", "rpc"]}
smol = "1.3.0"
futures = "0.3.28"
async-std = "1.12.0"
async-trait = "0.1.72"
async-trait = "0.1.73"
async-channel = "1.9.0"
async-executor = "1.5.1"
easy-parallel = "3.3.0"
@@ -24,7 +24,7 @@ easy-parallel = "3.3.0"
rand = "0.8.5"
# Misc
clap = {version = "4.3.19", features = ["derive"]}
clap = {version = "4.3.21", features = ["derive"]}
log = "0.4.19"
simplelog = "0.12.1"
fxhash = "0.2.1"