From 6dcd17cc37aaf0d2d3e1f9697c5b11e102f51e03 Mon Sep 17 00:00:00 2001 From: Ahmad Afuni Date: Thu, 18 Sep 2025 17:47:39 +1000 Subject: [PATCH] Update dependencies (#429) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 299dea3..c080093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ env_logger = "0.11" lazy_static = "1.5.0" thiserror = { version = "2.0.12" } # enabled by features: -plonky2 = { git = "https://github.com/0xPARC/plonky2.git", rev = "767a098d89b8d50d8aacfdce0c0a7222e8760d37", optional = true } -plonky2_u32 = { git = "https://github.com/ax0/plonky2-u32", rev = "c1cc9384c1ac6bfb61e035bf71c94095fa69599f" } +plonky2 = { git = "https://github.com/0xPARC/plonky2.git", rev = "109d517d09c210ae4c2cee381d3e3fbc04aa3812", optional = true } +plonky2_u32 = { git = "https://github.com/ax0/plonky2-u32", rev = "cb8e2d9681eb06d069157edbb5ec1d05038611c4" } serde = "1.0.219" serde_json = "1.0.140" base64 = "0.22.1"