소스 검색

chore: updated sled-overlay to new version

skoupidi 9 달 전
부모
커밋
d0c49d24d0

+ 2 - 2
Cargo.lock

@@ -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",

+ 1 - 1
Cargo.toml

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

+ 2 - 2
bin/app/Cargo.lock

@@ -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",
 ]

+ 1 - 1
bin/app/Cargo.toml

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

+ 1 - 1
bin/darkfid/Cargo.toml

@@ -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

+ 1 - 1
bin/darkirc/Cargo.toml

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

+ 1 - 1
bin/drk/Cargo.toml

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

+ 1 - 1
bin/explorer/explorerd/Cargo.toml

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

+ 1 - 1
bin/fud/fud/Cargo.toml

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

+ 1 - 1
bin/genev/genevd/Cargo.toml

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

+ 1 - 1
bin/tau/taud/Cargo.toml

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

+ 1 - 1
script/evgrd/Cargo.toml

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

+ 3 - 3
script/research/gg/Cargo.toml

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

+ 1 - 1
script/research/rlnd/rlnd/Cargo.toml

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

+ 1 - 1
src/contract/test-harness/Cargo.toml

@@ -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