chore: Update crate dependencies

This commit is contained in:
parazyd
2024-10-01 14:14:53 +02:00
parent 2a95cc7c91
commit 242fe81658
35 changed files with 915 additions and 864 deletions

View File

@@ -12,12 +12,12 @@ edition = "2021"
[dependencies]
darkfi = {path = "../../", features = ["net", "rpc"]}
# Async
smol = "2.0.1"
smol = "2.0.2"
futures = "0.3.30"
async-std = "1.12.0"
async-trait = "0.1.81"
async-std = "1.13.0"
async-trait = "0.1.83"
async-channel = "2.3.1"
async-executor = "1.13.0"
async-executor = "1.13.1"
easy-parallel = "3.3.1"
# Crypto
@@ -31,7 +31,7 @@ fxhash = "0.2.1"
url = "2.5.2"
# Encoding and parsing
serde_json = "1.0.127"
serde_json = "1.0.128"
[lints]
workspace = true