randomx-rs: ab4a0ea -> 567bdca (#493)

* update

* update

* cargo update -p randomx-rs
This commit is contained in:
hinto-janai
2025-05-30 14:37:33 -04:00
committed by GitHub
parent 1b28c3b728
commit 2a3de0b9ac
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2596,7 +2596,7 @@ dependencies = [
[[package]]
name = "randomx-rs"
version = "1.4.0"
source = "git+https://github.com/Cuprate/randomx-rs.git?rev=ab4a0ea#ab4a0eaeb47a59ed79c9e9ab2686ec3e8616e2ec"
source = "git+https://github.com/Cuprate/randomx-rs.git?rev=567bdca#567bdcade871f2391dc67eb90d38efaa78c24003"
dependencies = [
"bitflags 1.3.2",
"cmake",

View File

@@ -190,7 +190,7 @@ monero-serai = { git = "https://github.com/Cuprate/serai.git", rev = "e
nu-ansi-term = { version = "0.46", default-features = false }
paste = { version = "1", default-features = false }
pin-project = { version = "1", default-features = false }
randomx-rs = { git = "https://github.com/Cuprate/randomx-rs.git", rev = "ab4a0ea", default-features = false }
randomx-rs = { git = "https://github.com/Cuprate/randomx-rs.git", rev = "567bdca", default-features = false }
rand = { version = "0.8", default-features = false }
rand_distr = { version = "0.4", default-features = false }
rayon = { version = "1", default-features = false }