mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-03 14:23: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"]
|
categories = ["cryptography"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = { workspace = true }
|
||||||
itertools = "0.14.0"
|
itertools = { workspace = true }
|
||||||
plonky2 = {version = "1.0.2", default-features = true}
|
plonky2 = { workspace = true }
|
||||||
rand_chacha = "0.9.0"
|
rand_chacha = "0.9.0"
|
||||||
serde = "1.0.188"
|
serde = { workspace = true }
|
||||||
unroll = "0.1.5"
|
unroll = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["default-sponge-params"]
|
default = ["default-sponge-params"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user