chore: Update crate dependencies

This commit is contained in:
parazyd
2025-04-15 10:49:43 +02:00
parent 550b857227
commit c040d9c00f
41 changed files with 1164 additions and 969 deletions

View File

@@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
arg = {git = "https://github.com/parazyd/arg"}
bs58 = "0.5.1"
ctrlc = "3.4.5"
ctrlc = "3.4.6"
darkfi = {path = "../../", features = ["util"]}
darkfi-sdk = {path = "../../src/sdk"}
darkfi_money_contract = {path = "../../src/contract/money", features = ["no-entrypoint", "client"]}