chore: Update crate dependencies

This commit is contained in:
parazyd
2024-03-05 08:34:22 +01:00
parent 551b96d4f9
commit 0de97d0db3
37 changed files with 982 additions and 934 deletions

View File

@@ -19,9 +19,9 @@ darkfi-contract-test-harness = {path = "../../../src/contract/test-harness"}
darkfi-serial = {path = "../../../src/serial"}
# Misc
anyhow = "1.0.79"
anyhow = "1.0.80"
async-std = {version = "1.12.0", features = ["attributes"]}
clap = {version = "4.4.14", features = ["derive"]}
clap = {version = "4.5.1", features = ["derive"]}
sled = "0.34.7"
[patch.crates-io]