chore: updated sled-overlay to new version

This commit is contained in:
skoupidi
2025-10-24 12:58:55 +03:00
parent b3dc33eacb
commit d0c49d24d0
15 changed files with 19 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ darkfi = {path = "../../", features = ["event-graph"]}
darkfi-serial = {version = "0.5.0", features = ["async"]}
# Event Graph DB
sled-overlay = "0.1.9"
sled-overlay = "0.1.10"
# Crypto
blake3 = "1.8.2"

View File

@@ -23,9 +23,9 @@ darkfi-serial = "0.5.0"
# Misc
bs58 = "0.5.1"
clap = {version = "4.4.11", features = ["derive"]}
sled-overlay = "0.1.9"
sled-overlay = "0.1.10"
smol = "2.0.2"
[patch.crates-io]
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v031"}
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v031"}

View File

@@ -18,7 +18,7 @@ darkfi-serial = "0.5.0"
# Misc
bs58 = "0.5.1"
log = "0.4.27"
sled-overlay = "0.1.9"
sled-overlay = "0.1.10"
# JSON-RPC
async-trait = "0.1.88"