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