chore: Update crate deps and freeze RandomX git rev

This commit is contained in:
parazyd
2025-05-21 15:01:54 +02:00
parent c682887f7e
commit 46d815ace0
19 changed files with 294 additions and 190 deletions

View File

@@ -117,15 +117,15 @@ halo2_gadgets = {version = "0.3.1", features = ["circuit-params"], optional = tr
# Smart contract runtime
darkfi-sdk = {path = "src/sdk", optional = true}
wasmer = {version = "6.0.0", features = ["singlepass"], optional = true}
wasmer-compiler-singlepass = {version = "6.0.0", optional = true}
wasmer-middlewares = {version = "6.0.0", optional = true}
wasmer = {version = "6.0.1", features = ["singlepass"], optional = true}
wasmer-compiler-singlepass = {version = "6.0.1", optional = true}
wasmer-middlewares = {version = "6.0.1", optional = true}
# Blockchain store
sled-overlay = {version = "0.1.8", optional = true}
# Miner
randomx = {git = "https://codeberg.org/darkrenaissance/RandomX", optional = true}
randomx = {git = "https://codeberg.org/darkrenaissance/RandomX", optional = true, rev = "91cd62809e006f1dcee31ab62160ca5dc71f4c2d"}
monero = {version = "0.21.0", optional = true}
tiny-keccak = { version = "2.0.2", features = ["keccak"], optional = true }