mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
Cargo.toml: updated sled-overlay version
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -6492,9 +6492,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sled-overlay"
|
name = "sled-overlay"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "da80cd420e7885005fa73029986c0d861f0f4f84bae5ba4d3f4d04c89e361c4a"
|
checksum = "ad42f44feda8a0f1697d6608bd34999ec40a3894915ca826bb3df66ac9247e75"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"darkfi-serial",
|
"darkfi-serial",
|
||||||
"sled",
|
"sled",
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ wasmer-compiler-singlepass = {version = "4.4.0", optional = true}
|
|||||||
wasmer-middlewares = {version = "4.4.0", optional = true}
|
wasmer-middlewares = {version = "4.4.0", optional = true}
|
||||||
|
|
||||||
# Blockchain store
|
# Blockchain store
|
||||||
sled-overlay = {version = "0.1.4", optional = true}
|
sled-overlay = {version = "0.1.5", optional = true}
|
||||||
|
|
||||||
# Miner
|
# Miner
|
||||||
randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}
|
randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ bs58 = "0.5.1"
|
|||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
num-bigint = "0.4.6"
|
num-bigint = "0.4.6"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
sled-overlay = "0.1.4"
|
sled-overlay = "0.1.5"
|
||||||
toml = "0.8.19"
|
toml = "0.8.19"
|
||||||
|
|
||||||
# JSON-RPC
|
# JSON-RPC
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ darkfi-serial = {version = "0.4.2", features = ["async"]}
|
|||||||
libc = "0.2.159"
|
libc = "0.2.159"
|
||||||
|
|
||||||
# Event Graph DB
|
# Event Graph DB
|
||||||
sled-overlay = "0.1.4"
|
sled-overlay = "0.1.5"
|
||||||
|
|
||||||
# TLS
|
# TLS
|
||||||
async-trait = "0.1.83"
|
async-trait = "0.1.83"
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ futures = "0.3.31"
|
|||||||
async-recursion = "1.1.1"
|
async-recursion = "1.1.1"
|
||||||
colored = "2.1.0"
|
colored = "2.1.0"
|
||||||
#rustpython-vm = "0.3.1"
|
#rustpython-vm = "0.3.1"
|
||||||
sled-overlay = "0.1.3"
|
sled-overlay = "0.1.5"
|
||||||
url = "2.5.2"
|
url = "2.5.2"
|
||||||
semver = "1.0.23"
|
semver = "1.0.23"
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ darkfi-serial = "0.4.2"
|
|||||||
blake3 = "1.5.4"
|
blake3 = "1.5.4"
|
||||||
|
|
||||||
# Event Graph DB
|
# Event Graph DB
|
||||||
sled-overlay = "0.1.4"
|
sled-overlay = "0.1.5"
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
async-trait = "0.1.83"
|
async-trait = "0.1.83"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ darkfi = { path = "../../../", features = [
|
|||||||
darkfi-serial = "0.4.2"
|
darkfi-serial = "0.4.2"
|
||||||
|
|
||||||
# Event Graph DB
|
# Event Graph DB
|
||||||
sled-overlay = "0.1.4"
|
sled-overlay = "0.1.5"
|
||||||
|
|
||||||
# Crypto
|
# Crypto
|
||||||
blake3 = "1.5.4"
|
blake3 = "1.5.4"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ darkfi = {path = "../../", features = ["event-graph"]}
|
|||||||
darkfi-serial = {version = "0.4.2", features = ["async"]}
|
darkfi-serial = {version = "0.4.2", features = ["async"]}
|
||||||
|
|
||||||
# Event Graph DB
|
# Event Graph DB
|
||||||
sled-overlay = "0.1.4"
|
sled-overlay = "0.1.5"
|
||||||
|
|
||||||
# Crypto
|
# Crypto
|
||||||
blake3 = "1.5.4"
|
blake3 = "1.5.4"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ drk = {path = "../../../bin/drk"}
|
|||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
sled-overlay = {version = "0.1.4"}
|
sled-overlay = "0.1.5"
|
||||||
|
|
||||||
# JSON-RPC
|
# JSON-RPC
|
||||||
async-trait = "0.1.83"
|
async-trait = "0.1.83"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ darkfi-serial = {path = "../../../src/serial"}
|
|||||||
async-std = {version = "1.13.0", features = ["attributes"]}
|
async-std = {version = "1.13.0", features = ["attributes"]}
|
||||||
bs58 = "0.5.1"
|
bs58 = "0.5.1"
|
||||||
clap = {version = "4.4.11", features = ["derive"]}
|
clap = {version = "4.4.11", features = ["derive"]}
|
||||||
sled-overlay = "0.1.4"
|
sled-overlay = "0.1.5"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ blake3 = "1.5.4"
|
|||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
simplelog = "0.12.2"
|
simplelog = "0.12.2"
|
||||||
sled-overlay = "0.1.4"
|
sled-overlay = "0.1.5"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user