Explorar el Código

Cargo.toml: updated sled-overlay version

skoupidi hace 1 año
padre
commit
a51211c037

+ 2 - 2
Cargo.lock

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

+ 1 - 1
Cargo.toml

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

+ 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.4"
+sled-overlay = "0.1.5"
 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.4"
+sled-overlay = "0.1.5"
 
 # TLS
 async-trait = "0.1.83"

+ 1 - 1
bin/darkwallet/Cargo.toml

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

+ 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.4"
+sled-overlay = "0.1.5"
 
 # 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.4"
+sled-overlay = "0.1.5"
 
 # Crypto
 blake3 = "1.5.4"

+ 1 - 1
script/evgrd/Cargo.toml

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

+ 1 - 1
script/research/blockchain-explorer/Cargo.toml

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

+ 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.4"
+sled-overlay = "0.1.5"
 
 [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.4"
+sled-overlay = "0.1.5"
 
 [lints]
 workspace = true