From 714ec54104e8348683e49fb4eb6304f2d83d159c Mon Sep 17 00:00:00 2001 From: Robert MacWha Date: Thu, 9 Jul 2026 15:45:19 -0400 Subject: [PATCH] chore: update ark to 0.6.0 --- light-poseidon/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/light-poseidon/Cargo.toml b/light-poseidon/Cargo.toml index 6b86875..19e6bc1 100644 --- a/light-poseidon/Cargo.toml +++ b/light-poseidon/Cargo.toml @@ -10,8 +10,8 @@ license = "Apache-2.0" edition = "2021" [dependencies] -ark-bn254 = "0.5.0" -ark-ff = "0.5.0" +ark-bn254 = "0.6.0" +ark-ff = "0.6.0" num-bigint = "0.4.4" thiserror = "1.0"