From 82c1680e5b7d32d1b4d307ffa8057450f181b72b Mon Sep 17 00:00:00 2001 From: Mikhail Volkhov Date: Thu, 19 Sep 2024 12:57:29 +0100 Subject: [PATCH] Upgarde arkworks flags, unify with mina/bindings --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34f5c15cf3..073a27d648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ ark-ec = { version = "0.4.2", features = ["parallel"] } ark-ff = { version = "0.4.2", features = ["parallel", "asm"] } ark-poly = { version = "0.4.2", features = ["parallel"] } ark-serialize = "0.4.2" -ark-std = "0.4.0" -ark-test-curves = "0.4.2" +ark-std = { version = "0.4.0", features = ["parallel"] } +ark-test-curves = { version = "0.4.2", features = ["parallel", "asm"] } base64 = "0.21.5" bcs = "0.1.3" bitvec = "1.0.0" @@ -63,7 +63,7 @@ regex = "1.10.2" rmp-serde = "1.1.1" secp256k1 = "0.28.2" serde = { version = "1.0.130", features = ["derive"] } -serde_json = "1.0.79" +serde_json = "1.0.113" serde_with = "3.6.0" sha2 = "0.10.2" strum = "0.26.1"