Skip to content

Commit

Permalink
Update Rust crate ark-ec to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent b8b1473 commit 0a0dde7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The macros for cdls"

[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" }
Expand Down
2 changes: 1 addition & 1 deletion pedersen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion t256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion t384/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 0a0dde7

Please sign in to comment.