mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
chore: updated sled-overlay to new version
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -6387,9 +6387,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sled-overlay"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "00eaa12d128bd90a98f77cec83d6d8b5beac8c3eeede31723a0724873da22793"
|
||||
checksum = "19e0a205392cba2015f2873e613e6a739a9c3aff8fa1b9d69bd4d8dcc8e640e8"
|
||||
dependencies = [
|
||||
"darkfi-serial",
|
||||
"sled",
|
||||
|
||||
@@ -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}
|
||||
|
||||
# Blockchain store
|
||||
sled-overlay = {version = "0.1.9", optional = true}
|
||||
sled-overlay = {version = "0.1.10", optional = true}
|
||||
|
||||
# Miner
|
||||
randomx = {git = "https://codeberg.org/darkrenaissance/RandomX", optional = true, rev = "91cd62809e006f1dcee31ab62160ca5dc71f4c2d"}
|
||||
|
||||
4
bin/app/Cargo.lock
generated
4
bin/app/Cargo.lock
generated
@@ -5224,9 +5224,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sled-overlay"
|
||||
version = "0.1.9"
|
||||
version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "00eaa12d128bd90a98f77cec83d6d8b5beac8c3eeede31723a0724873da22793"
|
||||
checksum = "19e0a205392cba2015f2873e613e6a739a9c3aff8fa1b9d69bd4d8dcc8e640e8"
|
||||
dependencies = [
|
||||
"sled",
|
||||
]
|
||||
|
||||
@@ -38,7 +38,7 @@ futures = "0.3.31"
|
||||
async-recursion = "1.1.1"
|
||||
colored = "3.0.0"
|
||||
#rustpython-vm = "0.3.1"
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
url = "2.5.4"
|
||||
semver = "1.0.26"
|
||||
chrono = "0.4.41"
|
||||
|
||||
@@ -22,7 +22,7 @@ bs58 = "0.5.1"
|
||||
log = "0.4.27"
|
||||
num-bigint = "0.4.6"
|
||||
rand = "0.8.5"
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
toml = "0.9.5"
|
||||
|
||||
# JSON-RPC
|
||||
|
||||
@@ -24,7 +24,7 @@ darkfi-serial = {version = "0.5.0", features = ["async"]}
|
||||
libc = "0.2.174"
|
||||
|
||||
# Event Graph DB
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
|
||||
# TLS
|
||||
async-trait = "0.1.88"
|
||||
|
||||
@@ -30,7 +30,7 @@ prettytable-rs = "0.10.0"
|
||||
rand = "0.8.5"
|
||||
rodio = {version = "0.20.1", default-features = false, features = ["minimp3"]}
|
||||
rusqlite = {version = "0.36.0", features = ["sqlcipher"]}
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
toml = "0.9.5"
|
||||
url = "2.5.4"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ structopt = "0.3.26"
|
||||
structopt-toml = "0.5.1"
|
||||
|
||||
# Database
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
|
||||
# Misc
|
||||
blake3 = "1.8.2"
|
||||
|
||||
@@ -47,7 +47,7 @@ blake2 = "0.10.6"
|
||||
equix = "0.2.5"
|
||||
|
||||
# Database
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
|
||||
# Argument parsing
|
||||
serde = {version = "1.0.219", features = ["derive"]}
|
||||
|
||||
@@ -28,7 +28,7 @@ darkfi-serial = "0.5.0"
|
||||
blake3 = "1.8.2"
|
||||
|
||||
# Event Graph DB
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
|
||||
# Misc
|
||||
async-trait = "0.1.88"
|
||||
|
||||
@@ -28,7 +28,7 @@ darkfi-sdk = {path = "../../../src/sdk", features = ["async"]}
|
||||
darkfi-serial = "0.5.0"
|
||||
|
||||
# Event Graph DB
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
|
||||
# Crypto
|
||||
blake3 = "1.8.2"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -19,7 +19,7 @@ blake3 = "1.8.2"
|
||||
log = "0.4.27"
|
||||
rand = "0.8.5"
|
||||
simplelog = "0.12.2"
|
||||
sled-overlay = "0.1.9"
|
||||
sled-overlay = "0.1.10"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user