From 8541e0458f847b7fff9c9877ab5aaf23655c9f6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:44:25 +0000 Subject: [PATCH] Update Rust crate ark-serialize to 0.4.2 --- pedersen/Cargo.toml | 2 +- t256/Cargo.toml | 2 +- t384/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pedersen/Cargo.toml b/pedersen/Cargo.toml index 0cfb6e0..36d120b 100644 --- a/pedersen/Cargo.toml +++ b/pedersen/Cargo.toml @@ -10,6 +10,6 @@ ark-ec = { version = "0.4.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } rand = { version = "0.8.5" } ark-ff = { version = "0.4.0"} -ark-serialize = { version = "0.4.0"} +ark-serialize = { version = "0.4.2"} merlin = { version = "3.0.0"} num-bigint = { version = "0.4", default-features = false } \ No newline at end of file diff --git a/t256/Cargo.toml b/t256/Cargo.toml index e45efd4..b4a5502 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -19,7 +19,7 @@ merlin = { version = "3.0.0" } [dev-dependencies] ark-relations = { version = "0.4.0", default-features = false } -ark-serialize = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.2", default-features = false } ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = {version = "0.4.0", default-features = false } diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 4ad25d7..b4ba9f1 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -19,7 +19,7 @@ ark-secp384r1 = {default-features = false, git = "https://github.com/arkworks-rs [dev-dependencies] ark-relations = { version = "0.4.0", default-features = false } -ark-serialize = { version = "0.4.0", default-features = false } +ark-serialize = { version = "0.4.2", default-features = false } ark-algebra-test-templates = { version = "0.4.0", default-features = false } ark-algebra-bench-templates = { version = "0.4.0", default-features = false } ark-curve-constraint-tests = {version = "0.4.0", default-features = false }