From c3bb0628091f40bd22b8a206ffece20a4133e7f6 Mon Sep 17 00:00:00 2001 From: adria0 Date: Wed, 11 Dec 2024 17:21:41 +0100 Subject: [PATCH] Bump ark to 0.5 --- 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 09bdbf3..6fcc1fb 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.4.0" -ark-ff = "0.4.0" +ark-bn254 = "0.5" +ark-ff = "0.5" num-bigint = "0.4.4" thiserror = "1.0"