chore: updated sled-overlay to new version

This commit is contained in:
skoupidi
2025-05-17 19:10:01 +03:00
parent e21d7ace07
commit 61c4b831e3
13 changed files with 15 additions and 15 deletions

View File

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

View File

@@ -23,7 +23,7 @@ darkfi-serial = "0.4.2"
# Misc
bs58 = "0.5.1"
clap = {version = "4.4.11", features = ["derive"]}
sled-overlay = "0.1.7"
sled-overlay = "0.1.8"
smol = "2.0.2"
[patch.crates-io]

View File

@@ -18,7 +18,7 @@ darkfi-serial = "0.4.2"
# Misc
bs58 = "0.5.1"
log = "0.4.27"
sled-overlay = "0.1.7"
sled-overlay = "0.1.8"
# JSON-RPC
async-trait = "0.1.88"