From ab3fe856e2fa0a4142a9314b7d14909ebae9d38e Mon Sep 17 00:00:00 2001 From: M Alghazwi Date: Mon, 7 Jul 2025 22:01:56 +0200 Subject: [PATCH] update monolith dependencies --- plonky2-monolith/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plonky2-monolith/Cargo.toml b/plonky2-monolith/Cargo.toml index 3ce4ad6..da89d7b 100644 --- a/plonky2-monolith/Cargo.toml +++ b/plonky2-monolith/Cargo.toml @@ -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"]