mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-02 13:53:13 +00:00
update monolith dependencies
This commit is contained in:
parent
794d1b1361
commit
ab3fe856e2
@ -9,12 +9,12 @@ keywords = ["cryptography", "PLONK", "hash", "zero_knowledge"]
|
||||
categories = ["cryptography"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
itertools = "0.14.0"
|
||||
plonky2 = {version = "1.0.2", default-features = true}
|
||||
anyhow = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
plonky2 = { workspace = true }
|
||||
rand_chacha = "0.9.0"
|
||||
serde = "1.0.188"
|
||||
unroll = "0.1.5"
|
||||
serde = { workspace = true }
|
||||
unroll = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = ["default-sponge-params"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user