chore: Update crate dependencies

This commit is contained in:
x
2025-11-13 14:08:35 +00:00
committed by skoupidi
parent 95a8319007
commit aa537b9e4b
32 changed files with 1175 additions and 1043 deletions

View File

@@ -19,17 +19,17 @@ darkfi-serial = "0.5.0"
easy-parallel = "3.3.1"
signal-hook-async-std = "0.3.0"
signal-hook = "0.3.18"
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt"] }
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["fmt"] }
tracing-appender = "0.2.3"
smol = "2.0.2"
# arg parsing
serde = {version = "1.0.219", features = ["derive"]}
serde = {version = "1.0.228", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"
# misc
async-trait = "0.1.88"
async-trait = "0.1.89"
tracing = "0.1.41"
url = "2.5.4"
# ANCHOR_END: dependencies

View File

@@ -14,10 +14,10 @@ darkfi = {path = "../../", features = ["net", "rpc"]}
# Async
smol = "2.0.2"
futures = "0.3.31"
async-std = "1.13.1"
async-trait = "0.1.88"
async-std = "1.13.2"
async-trait = "0.1.89"
async-channel = "2.5.0"
async-executor = "1.13.2"
async-executor = "1.13.3"
easy-parallel = "3.3.1"
# Crypto
@@ -25,13 +25,13 @@ rand = "0.8.5"
# Misc
clap = {version = "4.4.11", features = ["derive"]}
log = "0.4.27"
log = "0.4.28"
simplelog = "0.12.2"
fxhash = "0.2.1"
url = "2.5.4"
# Encoding and parsing
serde_json = "1.0.142"
serde_json = "1.0.145"
[lints]
workspace = true