mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
chore: Update crate dependencies
This commit is contained in:
@@ -28,7 +28,7 @@ structopt = "0.3.26"
|
||||
structopt-toml = "0.5.1"
|
||||
|
||||
# misc
|
||||
async-trait = "0.1.85"
|
||||
async-trait = "0.1.86"
|
||||
log = "0.4.25"
|
||||
url = "2.5.4"
|
||||
# ANCHOR_END: dependencies
|
||||
|
||||
@@ -15,7 +15,7 @@ darkfi = {path = "../../", features = ["net", "rpc"]}
|
||||
smol = "2.0.2"
|
||||
futures = "0.3.31"
|
||||
async-std = "1.13.0"
|
||||
async-trait = "0.1.85"
|
||||
async-trait = "0.1.86"
|
||||
async-channel = "2.3.1"
|
||||
async-executor = "1.13.1"
|
||||
easy-parallel = "3.3.1"
|
||||
@@ -31,7 +31,7 @@ fxhash = "0.2.1"
|
||||
url = "2.5.4"
|
||||
|
||||
# Encoding and parsing
|
||||
serde_json = "1.0.137"
|
||||
serde_json = "1.0.138"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user