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

4
Cargo.lock generated
View File

@@ -6492,9 +6492,9 @@ dependencies = [
[[package]]
name = "sled-overlay"
version = "0.1.4"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da80cd420e7885005fa73029986c0d861f0f4f84bae5ba4d3f4d04c89e361c4a"
checksum = "ad42f44feda8a0f1697d6608bd34999ec40a3894915ca826bb3df66ac9247e75"
dependencies = [
"darkfi-serial",
"sled",

View File

@@ -122,7 +122,7 @@ wasmer-compiler-singlepass = {version = "4.4.0", optional = true}
wasmer-middlewares = {version = "4.4.0", optional = true}
# Blockchain store
sled-overlay = {version = "0.1.4", optional = true}
sled-overlay = {version = "0.1.5", optional = true}
# Miner
randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}

View File

@@ -22,7 +22,7 @@ bs58 = "0.5.1"
log = "0.4.22"
num-bigint = "0.4.6"
rand = "0.8.5"
sled-overlay = "0.1.4"
sled-overlay = "0.1.5"
toml = "0.8.19"
# JSON-RPC

View File

@@ -24,7 +24,7 @@ darkfi-serial = {version = "0.4.2", features = ["async"]}
libc = "0.2.159"
# Event Graph DB
sled-overlay = "0.1.4"
sled-overlay = "0.1.5"
# TLS
async-trait = "0.1.83"

View File

@@ -42,7 +42,7 @@ futures = "0.3.31"
async-recursion = "1.1.1"
colored = "2.1.0"
#rustpython-vm = "0.3.1"
sled-overlay = "0.1.3"
sled-overlay = "0.1.5"
url = "2.5.2"
semver = "1.0.23"
chrono = "0.4.38"

View File

@@ -28,7 +28,7 @@ darkfi-serial = "0.4.2"
blake3 = "1.5.4"
# Event Graph DB
sled-overlay = "0.1.4"
sled-overlay = "0.1.5"
# Misc
async-trait = "0.1.83"

View File

@@ -27,7 +27,7 @@ darkfi = { path = "../../../", features = [
darkfi-serial = "0.4.2"
# Event Graph DB
sled-overlay = "0.1.4"
sled-overlay = "0.1.5"
# Crypto
blake3 = "1.5.4"

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"}

View File

@@ -19,7 +19,7 @@ blake3 = "1.5.4"
log = "0.4.22"
rand = "0.8.5"
simplelog = "0.12.2"
sled-overlay = "0.1.4"
sled-overlay = "0.1.5"
[lints]
workspace = true