chore: updated sled-overlay to new version

This commit is contained in:
skoupidi
2025-10-24 12:58:55 +03:00
parent b3dc33eacb
commit d0c49d24d0
15 changed files with 19 additions and 19 deletions

4
Cargo.lock generated
View File

@@ -6387,9 +6387,9 @@ dependencies = [
[[package]] [[package]]
name = "sled-overlay" name = "sled-overlay"
version = "0.1.9" version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00eaa12d128bd90a98f77cec83d6d8b5beac8c3eeede31723a0724873da22793" checksum = "19e0a205392cba2015f2873e613e6a739a9c3aff8fa1b9d69bd4d8dcc8e640e8"
dependencies = [ dependencies = [
"darkfi-serial", "darkfi-serial",
"sled", "sled",

View File

@@ -122,7 +122,7 @@ wasmer-compiler-singlepass = {version = "6.1.0-rc.2", optional = true}
wasmer-middlewares = {version = "6.1.0-rc.2", optional = true} wasmer-middlewares = {version = "6.1.0-rc.2", optional = true}
# Blockchain store # Blockchain store
sled-overlay = {version = "0.1.9", optional = true} sled-overlay = {version = "0.1.10", optional = true}
# Miner # Miner
randomx = {git = "https://codeberg.org/darkrenaissance/RandomX", optional = true, rev = "91cd62809e006f1dcee31ab62160ca5dc71f4c2d"} randomx = {git = "https://codeberg.org/darkrenaissance/RandomX", optional = true, rev = "91cd62809e006f1dcee31ab62160ca5dc71f4c2d"}

4
bin/app/Cargo.lock generated
View File

@@ -5224,9 +5224,9 @@ dependencies = [
[[package]] [[package]]
name = "sled-overlay" name = "sled-overlay"
version = "0.1.9" version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00eaa12d128bd90a98f77cec83d6d8b5beac8c3eeede31723a0724873da22793" checksum = "19e0a205392cba2015f2873e613e6a739a9c3aff8fa1b9d69bd4d8dcc8e640e8"
dependencies = [ dependencies = [
"sled", "sled",
] ]

View File

@@ -38,7 +38,7 @@ futures = "0.3.31"
async-recursion = "1.1.1" async-recursion = "1.1.1"
colored = "3.0.0" colored = "3.0.0"
#rustpython-vm = "0.3.1" #rustpython-vm = "0.3.1"
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
url = "2.5.4" url = "2.5.4"
semver = "1.0.26" semver = "1.0.26"
chrono = "0.4.41" chrono = "0.4.41"

View File

@@ -22,7 +22,7 @@ bs58 = "0.5.1"
log = "0.4.27" log = "0.4.27"
num-bigint = "0.4.6" num-bigint = "0.4.6"
rand = "0.8.5" rand = "0.8.5"
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
toml = "0.9.5" toml = "0.9.5"
# JSON-RPC # JSON-RPC

View File

@@ -24,7 +24,7 @@ darkfi-serial = {version = "0.5.0", features = ["async"]}
libc = "0.2.174" libc = "0.2.174"
# Event Graph DB # Event Graph DB
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
# TLS # TLS
async-trait = "0.1.88" async-trait = "0.1.88"

View File

@@ -30,7 +30,7 @@ prettytable-rs = "0.10.0"
rand = "0.8.5" rand = "0.8.5"
rodio = {version = "0.20.1", default-features = false, features = ["minimp3"]} rodio = {version = "0.20.1", default-features = false, features = ["minimp3"]}
rusqlite = {version = "0.36.0", features = ["sqlcipher"]} rusqlite = {version = "0.36.0", features = ["sqlcipher"]}
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
toml = "0.9.5" toml = "0.9.5"
url = "2.5.4" url = "2.5.4"

View File

@@ -31,7 +31,7 @@ structopt = "0.3.26"
structopt-toml = "0.5.1" structopt-toml = "0.5.1"
# Database # Database
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
# Misc # Misc
blake3 = "1.8.2" blake3 = "1.8.2"

View File

@@ -47,7 +47,7 @@ blake2 = "0.10.6"
equix = "0.2.5" equix = "0.2.5"
# Database # Database
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
# Argument parsing # Argument parsing
serde = {version = "1.0.219", features = ["derive"]} serde = {version = "1.0.219", features = ["derive"]}

View File

@@ -28,7 +28,7 @@ darkfi-serial = "0.5.0"
blake3 = "1.8.2" blake3 = "1.8.2"
# Event Graph DB # Event Graph DB
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
# Misc # Misc
async-trait = "0.1.88" async-trait = "0.1.88"

View File

@@ -28,7 +28,7 @@ darkfi-sdk = {path = "../../../src/sdk", features = ["async"]}
darkfi-serial = "0.5.0" darkfi-serial = "0.5.0"
# Event Graph DB # Event Graph DB
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
# Crypto # Crypto
blake3 = "1.8.2" blake3 = "1.8.2"

View File

@@ -26,7 +26,7 @@ darkfi = {path = "../../", features = ["event-graph"]}
darkfi-serial = {version = "0.5.0", features = ["async"]} darkfi-serial = {version = "0.5.0", features = ["async"]}
# Event Graph DB # Event Graph DB
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
# Crypto # Crypto
blake3 = "1.8.2" blake3 = "1.8.2"

View File

@@ -23,9 +23,9 @@ darkfi-serial = "0.5.0"
# Misc # Misc
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.9" sled-overlay = "0.1.10"
smol = "2.0.2" smol = "2.0.2"
[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="v031"}
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"} halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v031"}

View File

@@ -18,7 +18,7 @@ darkfi-serial = "0.5.0"
# Misc # Misc
bs58 = "0.5.1" bs58 = "0.5.1"
log = "0.4.27" log = "0.4.27"
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
# JSON-RPC # JSON-RPC
async-trait = "0.1.88" async-trait = "0.1.88"

View File

@@ -19,7 +19,7 @@ blake3 = "1.8.2"
log = "0.4.27" log = "0.4.27"
rand = "0.8.5" rand = "0.8.5"
simplelog = "0.12.2" simplelog = "0.12.2"
sled-overlay = "0.1.9" sled-overlay = "0.1.10"
[lints] [lints]
workspace = true workspace = true