Cargo.toml: updated sled-overlay version

This commit is contained in:
skoupidi
2024-12-02 13:52:49 +02:00
parent 36f266c43f
commit a51211c037
11 changed files with 12 additions and 12 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.4"
sled-overlay = "0.1.5"
# Crypto
blake3 = "1.5.4"

View File

@@ -18,7 +18,7 @@ drk = {path = "../../../bin/drk"}
# Misc
log = "0.4.22"
sled-overlay = {version = "0.1.4"}
sled-overlay = "0.1.5"
# JSON-RPC
async-trait = "0.1.83"

View File

@@ -24,7 +24,7 @@ darkfi-serial = {path = "../../../src/serial"}
async-std = {version = "1.13.0", features = ["attributes"]}
bs58 = "0.5.1"
clap = {version = "4.4.11", features = ["derive"]}
sled-overlay = "0.1.4"
sled-overlay = "0.1.5"
[patch.crates-io]
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}