ソースを参照

chore: updated sled-overlay to new version

skoupidi 1 年間 前
コミット
ea87f3767d

+ 2 - 2
Cargo.lock

@@ -6491,9 +6491,9 @@ dependencies = [
 
 [[package]]
 name = "sled-overlay"
-version = "0.1.3"
+version = "0.1.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fd73f339f6dd4b551bfdfcf7081ebdb2a3396d92567db6874aac35eb2a0a236"
+checksum = "da80cd420e7885005fa73029986c0d861f0f4f84bae5ba4d3f4d04c89e361c4a"
 dependencies = [
  "sled",
 ]

+ 1 - 1
Cargo.toml

@@ -121,7 +121,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.3", optional = true}
+sled-overlay = {version = "0.1.4", optional = true}
 
 # Miner
 randomx = {git = "https://github.com/darkrenaissance/RandomX", optional = true}

+ 1 - 1
bin/darkfid/Cargo.toml

@@ -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.3"
+sled-overlay = "0.1.4"
 toml = "0.8.19"
 
 # JSON-RPC

+ 1 - 1
bin/darkirc/Cargo.toml

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

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

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

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

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

+ 1 - 1
script/evgrd/Cargo.toml

@@ -26,7 +26,7 @@ darkfi = {path = "../../", features = ["event-graph"]}
 darkfi-serial = {path = "../../src/serial", features = ["async"]}
 
 # Event Graph DB
-sled-overlay = "0.1.3"
+sled-overlay = "0.1.4"
 
 # Crypto
 blake3 = "1.5.4"

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

@@ -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.3"
+sled-overlay = "0.1.4"
 
 [patch.crates-io]
 halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}

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

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