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

@@ -12,7 +12,7 @@ repository = "https://github.com/darkrenaissance/darkfi"
darkfi = {path = "../../", features = ["net", "rpc"]}
# Misc
async-trait = "0.1.72"
async-trait = "0.1.73"
futures = "0.3.28"
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"]}
log = "0.4.19"
@@ -30,6 +30,6 @@ simplelog = "0.12.1"
smol = "1.3.0"
# Argument parsing
serde = {version = "1.0.179", features = ["derive"]}
serde = {version = "1.0.183", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"