chore: Update crate dependencies

This commit is contained in:
parazyd
2023-08-18 10:15:14 +02:00
parent 9103045723
commit 44982d320e
31 changed files with 151 additions and 150 deletions

View File

@@ -13,11 +13,11 @@ darkfi = {path = "../../../", features = ["event-graph", "rpc", "bs58"]}
darkfi-serial = {path = "../../../src/serial"}
async-std = {version = "1.12.0", features = ["attributes"]}
clap = {version = "4.3.21", features = ["derive"]}
clap = {version = "4.3.22", features = ["derive"]}
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"]}
log = "0.4.19"
log = "0.4.20"
simplelog = "0.12.1"
serde = {version = "1.0.183", features = ["derive"]}
serde_json = "1.0.104"
serde_json = "1.0.105"
url = "2.4.0"