From b6dd969768343b8cd2e8578616dd40e5417d7e97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:14:01 +0000 Subject: [PATCH] Update Rust crate ark-ec to 0.5.0 --- acl/Cargo.toml | 2 +- boomerang/Cargo.toml | 2 +- bulletproofs/Cargo.toml | 2 +- demo/Cargo.toml | 2 +- macros/Cargo.toml | 2 +- pedersen/Cargo.toml | 2 +- t256/Cargo.toml | 2 +- t384/Cargo.toml | 2 +- tsecp256k1/Cargo.toml | 2 +- tsecq256k1/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/acl/Cargo.toml b/acl/Cargo.toml index fd4fa32..d460ac9 100644 --- a/acl/Cargo.toml +++ b/acl/Cargo.toml @@ -6,7 +6,7 @@ description = "A package implementing ACL" include = ["Cargo.toml", "src"] [dependencies] -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } rand = { version = "0.8.5" } ark-ff = { version = "0.4.2"} diff --git a/boomerang/Cargo.toml b/boomerang/Cargo.toml index ce19e48..5363ad7 100644 --- a/boomerang/Cargo.toml +++ b/boomerang/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } ark-bulletproofs = { path="../bulletproofs" } ark-serialize = { version = "0.4.2"} diff --git a/bulletproofs/Cargo.toml b/bulletproofs/Cargo.toml index 3982844..dd598e3 100644 --- a/bulletproofs/Cargo.toml +++ b/bulletproofs/Cargo.toml @@ -24,7 +24,7 @@ clear_on_drop = { version = "0.2", features = ["no_cc"] } rand_chacha = "0.3" [dependencies.ark-ec] -version = '0.4.0' +version = '0.5.0' default-features = false [dependencies.ark-ff] diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 424ca76..a5302b4 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.2", default-features = false } -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } ark-secp256r1 = {default-features = false, git = "https://github.com/arkworks-rs/curves" } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 6161df4..e60fcbe 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -6,7 +6,7 @@ description = "The macros for boomerang" [dependencies] ark-ff = { version = "0.4.2", default-features = false } -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } ark-serialize = "0.4.2" diff --git a/pedersen/Cargo.toml b/pedersen/Cargo.toml index 54bd4a3..475ff45 100644 --- a/pedersen/Cargo.toml +++ b/pedersen/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src"] edition = "2021" [dependencies] -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } rand = { version = "0.8.5" } ark-ff = { version = "0.4.2"} diff --git a/t256/Cargo.toml b/t256/Cargo.toml index 3ba3da2..4a0d773 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.2", default-features = false } -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } ark-secp256r1 = {default-features = false, git = "https://github.com/arkworks-rs/curves" } diff --git a/t384/Cargo.toml b/t384/Cargo.toml index ba81ede..8b5919a 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.2", default-features = false } -ark-ec = { version = "0.4.2", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } pedersen = { path = "../pedersen" } diff --git a/tsecp256k1/Cargo.toml b/tsecp256k1/Cargo.toml index 446991f..846bebd 100644 --- a/tsecp256k1/Cargo.toml +++ b/tsecp256k1/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.0", default-features = false } -ark-ec = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } ark-secp256k1 = {version ="0.4.0", default-features = false} diff --git a/tsecq256k1/Cargo.toml b/tsecq256k1/Cargo.toml index 80d1a13..917666b 100644 --- a/tsecq256k1/Cargo.toml +++ b/tsecq256k1/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" [dependencies] ark-ff = { version = "0.4.0", default-features = false } -ark-ec = { version = "0.4.0", default-features = false } +ark-ec = { version = "0.5.0", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } ark-secq256k1 = {default-features = false, git = "https://github.com/arkworks-rs/curves", tag = "v0.4.0-alpha.2"}