diff --git a/Cargo.lock b/Cargo.lock index 6c08f5493..50336ecac 100644 --- a/Cargo.lock +++ b/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", ] diff --git a/Cargo.toml b/Cargo.toml index 11465bc80..87c6da9e1 100644 --- a/Cargo.toml +++ b/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} diff --git a/bin/darkfid/Cargo.toml b/bin/darkfid/Cargo.toml index a70ce6d31..d77d1abe5 100644 --- a/bin/darkfid/Cargo.toml +++ b/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 diff --git a/bin/darkirc/Cargo.toml b/bin/darkirc/Cargo.toml index 032828568..5ff2bdeea 100644 --- a/bin/darkirc/Cargo.toml +++ b/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" diff --git a/bin/genev/genevd/Cargo.toml b/bin/genev/genevd/Cargo.toml index 8061cce2f..b294c3ec7 100644 --- a/bin/genev/genevd/Cargo.toml +++ b/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" diff --git a/bin/tau/taud/Cargo.toml b/bin/tau/taud/Cargo.toml index c55cf25a7..bc1ffa472 100644 --- a/bin/tau/taud/Cargo.toml +++ b/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" diff --git a/script/evgrd/Cargo.toml b/script/evgrd/Cargo.toml index bc8b39b71..42cda977b 100644 --- a/script/evgrd/Cargo.toml +++ b/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" diff --git a/script/research/gg/Cargo.toml b/script/research/gg/Cargo.toml index 21a02016b..2e54e53df 100644 --- a/script/research/gg/Cargo.toml +++ b/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"} diff --git a/src/contract/test-harness/Cargo.toml b/src/contract/test-harness/Cargo.toml index 83f479bf3..546b25ca3 100644 --- a/src/contract/test-harness/Cargo.toml +++ b/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