fix: bumps deps, downgrade hex-literal to avoid Rust edition 2024 issue

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
vinhtc27
2025-05-29 14:24:03 +07:00
committed by Jakub Sokołowski
parent 149096f7a6
commit 4133f1f8c3
7 changed files with 54 additions and 119 deletions

View File

@@ -52,7 +52,7 @@ once_cell = "1.21.3"
lazy_static = "1.5.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
ruint = { version = "1.14.0", features = ["rand", "serde", "ark-ff-04"] }
ruint = { version = "1.15.0", features = ["rand", "serde", "ark-ff-04"] }
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
utils = { package = "zerokit_utils", version = "0.5.2", path = "../utils", default-features = false }
@@ -64,7 +64,7 @@ serde = { version = "1.0", features = ["derive"] }
document-features = { version = "0.2.11", optional = true }
[dev-dependencies]
criterion = { version = "0.4.0", features = ["html_reports"] }
criterion = { version = "0.6.0", features = ["html_reports"] }
[features]
default = ["pmtree-ft"]