mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
chore: updated sled-overlay to new version
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user